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
Currently GHPerson#getRepositories() will only get the first 30 repositories. It would be useful (to me) to have a getAllRepositories that returns a map of all my repositories, if there are a lot it would follow pagination links making several github api requests.
Would you be open to this enhancement? If so I'll work on a pull request.
Thanks
The text was updated successfully, but these errors were encountered:
@alexrothenberg seems like new github api version changed this to have pagination. There is another pr for Pagination (#107 ), not sure if thats helpful
Yes that pull looks great but as far as i can tell getRepositories doesn't call the changed code. listRepositories calls Requestor#asIterator where it looks like it would have to change to call Requestor#to. Or am I missing where this new code would be called?
Currently
GHPerson#getRepositories()
will only get the first 30 repositories. It would be useful (to me) to have agetAllRepositories
that returns a map of all my repositories, if there are a lot it would follow pagination links making several github api requests.Would you be open to this enhancement? If so I'll work on a pull request.
Thanks
The text was updated successfully, but these errors were encountered: