github-tools / github

A higher-level wrapper around the Github API. Intended for the browser.
BSD 3-Clause "New" or "Revised" License
3.6k stars 755 forks source link

Add pagination to search endpoints #583

Open alaycock opened 5 years ago

alaycock commented 5 years ago

Changes:

Let me know if this is the right approach. I've only run tests for the search endpoints (due to lack of access to the testing repo), so I'm not sure if this is going to introduce errors elsewhere.

Closes #406 This could be a potential solution for #460, although introducing a limit could be an alternate solution.