-
Notifications
You must be signed in to change notification settings - Fork 10
Usage
Rodrigo Alves edited this page Jul 4, 2013
·
3 revisions
GitHub requires API authentication via the OAuth protocol to let you better explore its API
yet to come
To make the usage of the tool better and experiments more repeatable, Groundhog lets you specify all your search parameters in a JSON file and pass it as an argument to the program
yet to come
yet to come
// searchGitHub is an instance of the SearchGitHub class
searchGitHub.getProjects("opencv", 1, 3);
// Will search for projects named "opencv" starting in page 1 and stoping and going until the 3rd project