Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 275 Bytes

File metadata and controls

10 lines (7 loc) · 275 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://www.designernews.co/api/v2/me'