Uses of Interface
com.jcabi.github.Github
-
Packages that use Github Package Description com.jcabi.github Object Oriented Github API.com.jcabi.github.mock Mock Github server. -
-
Uses of Github in com.jcabi.github
Classes in com.jcabi.github that implement Github Modifier and Type Class Description class
RtGithub
Github client, starting point to the entire library.Methods in com.jcabi.github that return Github Modifier and Type Method Description Github
Gist. github()
Github we're in.Github
Gist.Smart. github()
Github
Gists. github()
Github we're in.Github
Gitignores. github()
Get its owner.Github
Limit. github()
Github we're in.Github
Limit.Smart. github()
Github
Limit.Throttled. github()
Github
Limits. github()
Github we're in.Github
Limits.Throttled. github()
Github
Markdown. github()
Get its owner.Github
Organization. github()
Github we're in.Github
Organization.Smart. github()
Github
Repo. github()
Get its owner.Github
Repo.Smart. github()
Github
Repos. github()
Get its owner.Github
Search. github()
Github we're in.Github
User. github()
Github we're in.Github
User.Smart. github()
Github
UserOrganizations. github()
Github we're in.Github
Users. github()
Github we're in. -
Uses of Github in com.jcabi.github.mock
Classes in com.jcabi.github.mock that implement Github Modifier and Type Class Description class
MkGithub
Mock Github client.Methods in com.jcabi.github.mock that return Github Modifier and Type Method Description Github
MkMarkdown. github()
Github
MkOrganization. github()
Github
MkGithub. relogin(String login)
Relogin.Constructors in com.jcabi.github.mock with parameters of type Github Constructor Description MkMarkdown(Github github)
Creates new instance.
-