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

Handling of Pagination #2

Open
rickh94 opened this issue Aug 4, 2021 · 0 comments
Open

Handling of Pagination #2

rickh94 opened this issue Aug 4, 2021 · 0 comments
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed

Comments

@rickh94
Copy link
Owner

rickh94 commented Aug 4, 2021

ODetaM currently does not handle the new pagination system in the Deta library. This is fine for Bases under 1000 records, but will break some functionality above that.

I'd like to have the option to handle the pagination quietly by making multiple requests, holding the pagination state internally, so the user just has to either next() or call a .get_next(), or simply pass the pagination options out so they can be accessed directly.

@rickh94 rickh94 added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed labels Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant