GitHub.jl
GitHub.jl copied to clipboard
Methods for Github's search API
As far as I've seen there are no methods for working with Github's search API. It would be useful to be able to perform random searches and get back a list of repos.
https://developer.github.com/v3/search/
Cheers!
Indeed, this is all I need right now. There is no way to perform queries about users, repos and orgs with GitHub.jl?
You can make API calls to grab user/repo/org information, but the search API isn't implemented. PRs welcome!
Are PRs still welcome for this? Is there anything I should know before writing a PR (e.g. should I just copy the structure of the existing code or is there a better way to do it now?)