-
Notifications
You must be signed in to change notification settings - Fork 10
News
eyeem edited this page Feb 8, 2012
·
1 revision
These are the API calls that you can use to retrieve a user's news
- /news, GET
- /news/#{id}, GET
The representation of a news item is presented and described in the model page.
Retrieves the authenticated user's latest twenty news items
- limit: (optional, default 20)
- offset: (optional, default 0)
- 200 and a dictionary containing pagination info and an array of news items.
https://www.eyeem.com/api/v2/news?offset=0&limit=20
Retrieves a news item by id
- id: The id of the photo we want to retrieve information about.
- 200 and an a news item
https://www.eyeem.com/api/v2/news/1234