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 by unique keys #5

Open
daigotanaka opened this issue Dec 8, 2020 · 0 comments
Open

Pagination by unique keys #5

daigotanaka opened this issue Dec 8, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@daigotanaka
Copy link
Collaborator

Some Rest API paginate with a dynamically generated next page URL/key included in the precedent response. We need to be able to identify such entry from the response and use it as the next call.

It also need to detect the end of the page and complete the sync.

One example is Crunchbase Search API
https://data.crunchbase.com/docs/paginating-through-the-search-api

@daigotanaka daigotanaka added the enhancement New feature or request label Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant