Replies: 1 comment
-
No, pagination is used: However, the results must be generated (making the API slow) and it is possible the implementation is incorrect in some way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using this module in Java to retrieve the number of contributors of a repository.The API returns 100 results for repositories that have a larger number of contributors than that.
This makes me think that the API is not performing pagination. Is this true?
For reference I am using the GHRepositoryStatistics.ContributorStats class.
Finally, I have experienced very slow response times from this API. Is this normal?
Beta Was this translation helpful? Give feedback.
All reactions