Pagination is done using headers. Following RFC-5988 standard for web linking. It uses headers Link, Total and Per-Page.
Authentification is done using Authorization header. You
just have to set header Authorization to Token
token=YOUR_TOKEN
for every request.
Resource | Description |
---|---|
GET /open_api/v1/articles | Articles index |
GET /open_api/v1/articles/:slug | Article details |
Resource | Description |
---|---|
GET /open_api/v1/events | Events index |
GET /open_api/v1/events/:slug | Event details |