Interface YoutubeClient


public interface YoutubeClient
Responsible for sending GET requests to YouTube.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(YtApiV3Endpoint endpoint, Map<String,String> params)
    Sends a GET request to the specified endpoint and returns the response body.
    get(String url, Map<String,String> headers)
    Sends a GET request to the specified URL and returns the response body.