Is there a way to use the API to search Gist's for keywords?
i.e: keyword: P45$w0rD should find some results from @srsavage.
I'm looking through the API and it looks like Gists are the same sort of search that GitHub is, but looking at the files on the repo here, you pass in the string http://api.github.com/ as the main retriever.
Is there a way to use the API to search Gist's for keywords?
i.e: keyword:
P45$w0rDshould find some results from @srsavage.I'm looking through the API and it looks like Gists are the same sort of search that GitHub is, but looking at the files on the repo here, you pass in the string
http://api.github.com/as the main retriever.