-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Bintray download badge #234
Comments
+1 |
1 similar comment
+1 |
The link to the API documentation is 404'ed. New link is: https://bintray.com/docs/api/#_get_version |
@hastebrot Thanks! The main issue remains rate-limiting. I don't know where to draw the line exactly, but 300 requests/day is very far below that line. GitHub's initial 1440 req/day was not enough at all, for instance. |
And what about the caching machanism for requests and secret credentials for a dedicated account? Is this possible? |
Ah, I see, we have |
The cache fills up very fast, so uncommon requests get deleted just as fast. |
Quoting @jbaruch: “We can consider lifting the limits for a dedicated account or for a specific API. We've done the same for other services in the past.” |
+1 |
I'd say for projects transparent enough to share them, download numbers either for all or the latest version over a period like last 30 days would be a cool badge, too ;-) |
+1 |
Implemented by https://github.com/badges/shields/pull/517/files. |
Consider a badge for displaying downloadable versions from a Bintray repository. The API call is explained at https://bintray.com/docs/api/#_get_version
Proposed syntax:
Suggested syntax uses
version
in the path as Bintray might support download numbers via API calls in the future. If so that service could be added at a later stage.The text was updated successfully, but these errors were encountered: