ghapi icon indicating copy to clipboard operation
ghapi copied to clipboard

A Java wrapper for the GitHub API

Results 1 ghapi issues
Sort by recently updated
recently updated
newest added

``` gapi.authenticate("myusername", "mypassword"); ``` Should be: ``` gapi.authenticate("myusername", "mypassword", boolean); ```