hyperoslo / hyperoslo/api-playbook
Consider `Link` header for pagination
Open
- Dominant language
- No language data
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
https://developer.github.com/v3/#pagination
http://tools.ietf.org/html/rfc5988
this is the way github handles pagination on their APIs, they use pagination in the url as query parameter, then use the `Link` header to inform the next page url and the previous page as well
```
Link: ; rel="next",
; rel="last"
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.