Class GitHubAPICaller


  • public class GitHubAPICaller
    extends Object
    Helper class to make http calls to GitHub API
    • Method Detail

      • callEventsAPI

        public org.apache.pinot.tools.streams.githubevents.GitHubAPICaller.GitHubAPIResponse callEventsAPI​(String etag)
                                                                                                    throws IOException
        Calls the events API
        Throws:
        IOException
      • callAPI

        public org.apache.pinot.tools.streams.githubevents.GitHubAPICaller.GitHubAPIResponse callAPI​(String url)
                                                                                              throws IOException
        Calls the given url
        Throws:
        IOException