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

Use GitHub releases' api to figure out which tarball to download #4

Open
calavera opened this issue Apr 25, 2017 · 1 comment
Open

Comments

@calavera
Copy link
Contributor

- Do you want to request a feature or report a bug?

This is an improvement.

- What is the current behavior?

Right now, we have a collection of hardcoded url templates that we use to figure out where to download the tarballs from.

- What is the expected behavior?

The ideal solution would use GitHub's API to know what's the right URL. However, the API has a very hard limit of 60 requests per minute per client, which might be reached very easily on our servers if we're not careful.

@calavera
Copy link
Contributor Author

See #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant