Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination helpers #140

Open
ggreer opened this issue May 20, 2024 · 0 comments
Open

Pagination helpers #140

ggreer opened this issue May 20, 2024 · 0 comments

Comments

@ggreer
Copy link
Contributor

ggreer commented May 20, 2024

Our current pagination stuff is a little too general, which often causes pagination bugs. We should add some helpers on top of it for the following cases:

  • Offset
  • Next token
  • Next link

Having these work well with the uhttp helpers (eg: having something like WithPagination(...)) would be nice too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant