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
Currently
GHPerson#getRepositories()will only get the first 30 repositories. It would be useful (to me) to have agetAllRepositoriesthat 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