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

Allow user to set amount of page per generator cycle #28

Open
robbevp opened this issue Aug 12, 2021 · 0 comments
Open

Allow user to set amount of page per generator cycle #28

robbevp opened this issue Aug 12, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@robbevp
Copy link
Member

robbevp commented Aug 12, 2021

In the indexGenerator, we currently return each five responses from the API. The user of this library should be able to set that value themselves.

We could do this:

  • As a class field
  • When creating the generator function

We might also want to make a special case for infinite (so the user doesn't have to enter an arbitrary high number)

@robbevp robbevp added the enhancement New feature or request label Aug 12, 2021
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