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

Support API paging #7

Open
barisbalic opened this issue Dec 17, 2013 · 3 comments
Open

Support API paging #7

barisbalic opened this issue Dec 17, 2013 · 3 comments

Comments

@barisbalic
Copy link
Owner

The API supports up to 100 results per page for issues, if the user wants more results, we should make use of paging when necessary.

@andrew
Copy link

andrew commented Jan 21, 2014

👍

@malditogeek
Copy link
Contributor

Octokit has auto-pagination built-in but it fetches all of the pages all the time when enabled. I tried it locally and works fine but can be a bit overkill...

@barisbalic
Copy link
Owner Author

Full paging is quite slow, partial paging may not be enough. Think it's best to leave it until a user (if there ever is one) comments on it.

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

No branches or pull requests

3 participants