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

GitHub pagination #43

Open
joeshaw opened this issue May 3, 2016 · 0 comments
Open

GitHub pagination #43

joeshaw opened this issue May 3, 2016 · 0 comments

Comments

@joeshaw
Copy link
Contributor

joeshaw commented May 3, 2016

Most API calls only return 30 documents by default. It can be bumped up to 100 with a query parameter. Leeroy currently does no pagination. It should handle that. See https://developer.github.com/v3/#pagination.

I had a PR with 32 commits and the last two were not being built. I am temporarily going to bump that particular call up to 100, but the right fix is to download all the pages.

joeshaw added a commit that referenced this issue May 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant