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 GitHubGHFactory. newGitHub()Construct a newGitHubwithout authentication.static GitHubGHFactory. newGitHub(String token)Construct a newGitHub, authenticating via OAuth.static GitHubGHFactory. newGitHub(String username, String password)Construct a newGitHub, authenticating via username and password.
-