We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create a new paginator, e.g. PageNumberPaginator, which relies on incrementing page numbers for the case where total pages or total records is known.
Yes, I'm already a dlt user.
Paginating the RESTful APIs
A new paginator, PageNumberPaginator that accepts page number parameter name (page_param, defaulting to "page").
PageNumberPaginator
page_param
Should be able to handle simple page-based API pagination which is missing the url to next page but contains total number of pages. E.g. https://uriyyo-fastapi-pagination.netlify.app/
The text was updated successfully, but these errors were encountered:
Implemented in #1307
Sorry, something went wrong.
burnash
No branches or pull requests
Feature description
Create a new paginator, e.g. PageNumberPaginator, which relies on incrementing page numbers for the case where total pages or total records is known.
Are you a dlt user?
Yes, I'm already a dlt user.
Use case
Paginating the RESTful APIs
Proposed solution
A new paginator,
PageNumberPaginator
that accepts page number parameter name (page_param
, defaulting to "page").Should be able to handle simple page-based API pagination which is missing the url to next page but contains total number of pages. E.g. https://uriyyo-fastapi-pagination.netlify.app/
Related issues
The text was updated successfully, but these errors were encountered: