You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: