This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Pagination headers #19
Labels
enhancement
New feature or request
Comments
Hey @tobes! 👋 Yep, this is definitely a feature we want to have and will have some day. Feel free to open a PR! |
trubesv
pushed a commit
that referenced
this issue
Nov 28, 2018
Fixes #19 TODO: - Don't rely on links order for tests - Test all cases (links in metadata) - Do not require presence of skip?
trubesv
pushed a commit
that referenced
this issue
Nov 28, 2018
Fixes #19 TODO: - Don't rely on links order for tests - Test all cases (links in metadata) - Do not require presence of skip? - Remove count from metadata?
trubesv
pushed a commit
that referenced
this issue
Nov 29, 2018
Fixes #19 TODO: - Don't rely on links order for tests - Test all cases (links in metadata) - Do not require presence of skip? - Remove count from metadata?
trubesv
pushed a commit
that referenced
this issue
Nov 29, 2018
Fixes #19 TODO: - Implement & test header Link for bare Flask app
trubesv
pushed a commit
that referenced
this issue
Nov 29, 2018
Fixes #19 TODO: - Implement & test header Link for bare Flask app
trubesv
pushed a commit
that referenced
this issue
Nov 29, 2018
Fixes #19 TODO: - Implement & test header Link for bare Flask app
trubesv
pushed a commit
that referenced
this issue
Dec 13, 2018
Fixes #19 TODO: - Implement & test header Link for bare Flask app
trubesv
pushed a commit
that referenced
this issue
Dec 13, 2018
Fixes #19 TODO: - Implement & test header Link for bare Flask app
trubesv
pushed a commit
that referenced
this issue
Dec 13, 2018
Fixes #19 TODO: - Implement & test header Link for bare Flask app
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When doing pagination it is nice to have http headers see https://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api#pagination and https://tools.ietf.org/html/rfc5988#page-6
These make life much easier than having to roll things yourself which can lead to mistakes
The text was updated successfully, but these errors were encountered: