vdaubry / github-awards

Discover your ranking on github :
http://git-awards.com
MIT License
1.58k stars 122 forks source link

Add `type` to search api response #128

Open satazor opened 7 years ago

satazor commented 7 years ago

At the moment it's impossible to distinguish between users and organizations from the API search results. Adding a type (user, org) would allow to differentiate between them.

Also the following question from the FAQ should be removed: Why is my organization not shown?

BaReinhard commented 7 years ago

This would make for a far better experience for using the API. In addition, being able to query by multiple languages at a time would be beneficial as well. :+1: , some what off topic, but how are you able to query the API? Simply in the browser or are you able to make Cross origin api calls? and if you are, how?