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

feat: download assets from public repository's GitHub Release without GitHub API #389

Merged

Conversation

suzuki-shunsuke
Copy link
Member

Close #388

I have tested if downloading assets from public repository's GitHub Releases anonymously is rate limited.
As a result of test, it seems not to be limited.
So at first aqua tries to download assets without GitHub API.
And if it failed, aqua tries again with GitHub API.
It avoids the rate limit of GitHub API.

… GitHub API

I have tested if downloading assets from public repository's GitHub Releases anonymously is rate limited.
As a result of test, it seems not to be limited.
So at first aqua tries to download assets without GitHub API.
And if it failed, aqua tries again with GitHub API.
It avoids the rate limit of GitHub API.
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Nov 10, 2021
@suzuki-shunsuke suzuki-shunsuke added this to the v0.7.13 milestone Nov 10, 2021
@suzuki-shunsuke suzuki-shunsuke merged commit df8f84a into main Nov 10, 2021
@suzuki-shunsuke suzuki-shunsuke deleted the feat/install_github_release_without_access_token branch November 10, 2021 22:45
suzuki-shunsuke added a commit to aquaproj/aqua-registry that referenced this pull request Nov 10, 2021
suzuki-shunsuke added a commit that referenced this pull request Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Download assets from public repository's GitHub Release without GitHub API
1 participant