We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to find any kind of documentation regarding rate limits of github.
the docs say that you can only do 60 requests per hour for unauthenticated requests (which most users will be).
can someone provide more info on these limitations? and how to deal with them? as far as i can understand, there's no rate limit on the urls. so, using https://docs.github.com/en/repositories/releasing-projects-on-github/linking-to-releases might be better?
The text was updated successfully, but these errors were encountered:
Got rate-limited by GitHub for the first time this morning while doing a self-update check.
I just handled it by checking the result of fetch and telling the user to check back later.
fetch
Here's more info on GH rate limits - https://docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting
Sorry, something went wrong.
No branches or pull requests
I am trying to find any kind of documentation regarding rate limits of github.
the docs say that you can only do 60 requests per hour for unauthenticated requests (which most users will be).
can someone provide more info on these limitations? and how to deal with them?
as far as i can understand, there's no rate limit on the urls. so, using https://docs.github.com/en/repositories/releasing-projects-on-github/linking-to-releases might be better?
The text was updated successfully, but these errors were encountered: