github-awards
github-awards copied to clipboard
[Feature request] Github Awards API
Add a public API to access Github Awards data :
- User detail
- World ranking
- Country ranking
- City ranking
Are you building it or do you want me to do it?
Pull request are most welcome ! Thanks for offering your help.
Hi @vdaubry are you still thinking about adding this, or are you waiting for the project to have support first?
Best of luck though. I keep my fingers crossed. :)
Hi @nunogoncalves ! Yes we should merge the PR, the last thing to do is lowercase the redis keys. I hope to finish this before new year so we can release the API for 2016 ;)
Regarding the need for a sponsor : the project received great support for the community, that's awesome !! i think i'll have some great news about that soon.
@nunogoncalves Good news : Redis keys are now all lowercase. I'll be able to merge the API PR soon now !
Great! :)
I can see a problem with the documention. The api requests are failing. The requests are being made to
http://github-awards.comhttp//api/v0/languages.json?sort=popularity
The base url is being duplicated. I'll have a look into it as soon as I can.
Ok i found where the problem was coming from, it's fixed now.
Actually it was an interesting issue :
The HOST environment variable was set in ~/.bashrc
This file was not read when Capistrano was executing rake swagger:docs
To make it work with Capistrano i had to set it in /etc/environment
http://capistranorb.com/documentation/faq/why-does-something-work-in-my-ssh-session-but-not-in-capistrano
The Github Awards API is available in beta ! Here is the documentation :
http://github-awards.com/docs
We're looking for feedback so please open an issue if you have any questions or if you find some bugs !
:warning: The API is still in beta and methods signature can change anytime :warning:
I'll close this issue when we officially release the API
Hey @vdaubry,
If I search for a city but use a country's name, I'm getting the same list as searching for that country. Is that behaviour expected? http://github-awards.com/api/v0/users/?language=javascript&city=Portugal&type=city&page=1
The opposite also has the same behaviour.
The docs page doesn't exist anymore. Is this project still active ?
Crosslinking with #119 which is about the broken docs.
Any update on API Endpoints, really looking to see if there is a way to query for top users in a given city with a specific language/languages?
And just like that, I found the solution 😬. However, is there currently a way to query for multiple languages at once with the API? Also is there going to be any update to the docs? Sorry for being so needy, I just think this repo is great and would be even better with a well documented API