Uses of Interface
com.sudicode.fb2gh.github.GitHub
-
Packages that use GitHub Package Description com.sudicode.fb2gh.github Interactions with the GitHub API. -
-
Uses of GitHub in com.sudicode.fb2gh.github
Methods in com.sudicode.fb2gh.github that return GitHub Modifier and Type Method Description static GitHub
GHFactory. newGitHub()
Construct a newGitHub
without authentication.static GitHub
GHFactory. newGitHub(String token)
Construct a newGitHub
, authenticating via OAuth.static GitHub
GHFactory. newGitHub(String username, String password)
Construct a newGitHub
, authenticating via username and password.
-