Link Headers #475
stranger-danger-zamu
started this conversation in
Feedback & Feature Proposal
Replies: 1 comment
-
Hi @stranger-danger-zamu! 👋 We evaluated this possibility at one point but were afraid that it would be complicated to use for novice users. An idea could be to add an Is it just a frustration to parse the JSON body response? We could think about adding these headers also. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
No reason to have every client calculate the next page link based on the number of hits and the current offset. Passing the proper Link Heaaders should just be table stakes. It makes it trivial to see if there is more content to consume just by checking for the existence of a rel="next" Link Header.
GitHub even has a whole page on how to use them: https://docs.github.com/en/rest/guides/traversing-with-pagination
Beta Was this translation helpful? Give feedback.
All reactions