Class GitHubAPIHandler


  • public class GitHubAPIHandler
    extends Object
    Handler to interact with the GitHub API.
    • Constructor Detail

      • GitHubAPIHandler

        public GitHubAPIHandler​(String organization,
                                String authToken,
                                List<String> reposToIgnore)
                         throws IOException
        Create a new handler object for the given GitHub organization.
        Parameters:
        organization - The name of the GitHub organization with which the handler will interact.
        authToken - Authentication token to get a higher query limit.
        reposToIgnore - A list of repositories of this organization which should be ignored.
        Throws:
        IOException