Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 279 Bytes

07_Making_API_Calls.md

File metadata and controls

10 lines (7 loc) · 279 Bytes

Making API Calls

Making API calls is simple, and can be tested out using CURL. For authenticated requests, don’t forget to include your Authorization header:

curl -H 'Authorization: Bearer <your access token>' \
  'https://api-news.layervault.com/api/v2/me'