GitHub.jl icon indicating copy to clipboard operation
GitHub.jl copied to clipboard

Methods for Github's search API

Open essenciary opened this issue 9 years ago • 3 comments
trafficstars

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!

essenciary avatar May 13 '16 06:05 essenciary

Indeed, this is all I need right now. There is no way to perform queries about users, repos and orgs with GitHub.jl?

juliohm avatar Apr 09 '17 16:04 juliohm

You can make API calls to grab user/repo/org information, but the search API isn't implemented. PRs welcome!

jrevels avatar Apr 10 '17 15:04 jrevels

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?)

cmcaine avatar Nov 29 '18 17:11 cmcaine