DIGOARTHUR / github-automated-repos

The library that automates, in one place, the administration of your github projects on your website.
https://github-automated-repos.vercel.app/stackicons
MIT License
784 stars 12 forks source link

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

Closed DIGOARTHUR closed 1 year ago

DIGOARTHUR commented 1 year ago

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 commented 1 year ago

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.