hyperoslo / hyperoslo/api-playbook

Consider `Link` header for pagination

Open
#7 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.