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

Support for Bintray version badge. #517

Merged
merged 2 commits into from
Sep 7, 2015
Merged

Support for Bintray version badge. #517

merged 2 commits into from
Sep 7, 2015

Conversation

ajoberstar
Copy link
Contributor

Addresses #58 by supporting a badge showing the latest version of
a Bintray package.

Ran a test locally and it seemed to work fine. You'd need to get an API key from Bintray to put in secret.json and work with them on the rate limit question.

Addresses #58 by supporting a badge showing the latest version of
a Bintray package.
if (serverSecrets && serverSecrets.bintray_user) {
options.auth = {
user: serverSecrets.bintray_user,
pass: serverSecrets.bintray_apikey
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The use of those credentials seem unfortunately necessary. I have created a BinTray account, but I cannot find where in my profile page I get the API key.

It is similarly unfortunate that the rate limit is so low, we'll see what consequences that has, pending that I find the API key.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's in a strange place. If you edit your profile there's an API key section.

@espadrine espadrine merged commit aac5f7c into badges:master Sep 7, 2015
@espadrine
Copy link
Member

Thanks a lot!

@ajoberstar
Copy link
Contributor Author

Thanks for merging!

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

Successfully merging this pull request may close these issues.

2 participants