Skip to content

Pagination not including a previous element when expected #861

Closed Answered by SamyPesse
joelgilchrist asked this question in 4. Open API
Discussion options

You must be logged in to vote

Our pagination logic does not support previous for all endpoints. For many of our API endpoints (depending on the underlying data source), we only return next.
It constraints the UI that can be build on top of it, the suggestion in that case is to build it as a "infinite list" UI where fetching the next pages append the results to a long list instead of just displaying the current page.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@joelgilchrist
Comment options

Answer selected by joelgilchrist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants