Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There are repositories that do not appear in the array in the API call. #13

Closed
DIGOARTHUR opened this issue Jun 28, 2023 · 1 comment
Closed
Labels
documentation Improvements or additions to documentation

Comments

@DIGOARTHUR
Copy link
Owner

Which element(s) are the source of the bug?

docs

Description

There are repositories that do not appear in the array in the API call. With the repositories that appear the lib works correctly.

Please provide the exception or error you saw

No response

Anything else?

No response

@DIGOARTHUR
Copy link
Owner Author

DIGOARTHUR commented Jun 28, 2023

Solution:

The solution is to make the URL call per page ex.: https://api.github.com/users/username/repos?sort=created&per_page=999.

So will all the repositories, bringing even the oldest ones.

@DIGOARTHUR DIGOARTHUR added the documentation Improvements or additions to documentation label Jun 28, 2023
@DIGOARTHUR DIGOARTHUR pinned this issue Jun 28, 2023
DIGOARTHUR added a commit that referenced this issue Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant