Package com.sudicode.fb2gh.github
Interface GitHub
-
public interface GitHubEntry point for the GitHub API. UseGHFactoryto instantiate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GHRepogetRepo(String repoOwner, String repoName)Access a repository.
-
-
-
Method Detail
-
getRepo
GHRepo getRepo(String repoOwner, String repoName)
Access a repository.- Parameters:
repoOwner- The owner of the repository. For example, if accessing thetwbs/bootstraprepository, the owner would betwbs.repoName- The name of the repository. For example, if accessing thetwbs/bootstraprepository, the name would bebootstrap.- Returns:
- The repository.
-
-