The GetAllRepositories call should max the number of items per page and try to retrieve multiple pages until an empty array is reached, to make sure that users or organizations with a large number of repositories (more than 30 with the default parameters, or more than 100 with a higher number of items per page) will have all repositories shown.
The
GetAllRepositories
call should max the number of items per page and try to retrieve multiple pages until an empty array is reached, to make sure that users or organizations with a large number of repositories (more than30
with the default parameters, or more than100
with a higher number of items per page) will have all repositories shown.Not sure if this is crucial for launch?