needmorecowbell / giggity

Wraps github api for openly available information about an organization, user, or repo
Apache License 2.0
126 stars 19 forks source link

request only gets 30 results at a time #6

Closed needmorecowbell closed 5 years ago

needmorecowbell commented 5 years ago

Here is a solution to the issue: https://stackoverflow.com/questions/30656761/github-search-api-only-return-30-results

The request needs to be made and page incremented until there are no more results left.

needmorecowbell commented 5 years ago

Fixed: https://github.com/needmorecowbell/giggity/commit/bd5d863466f464a23f223d4be058537f0f41d920