Interface GitHub


  • public interface GitHub
    Entry point for the GitHub API. Use GHFactory to instantiate.
    • Method Detail

      • getRepo

        GHRepo getRepo​(String repoOwner,
                       String repoName)
        Access a repository.
        Parameters:
        repoOwner - The owner of the repository. For example, if accessing the twbs/bootstrap repository, the owner would be twbs.
        repoName - The name of the repository. For example, if accessing the twbs/bootstrap repository, the name would be bootstrap.
        Returns:
        The repository.