Interface YoutubeClient

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

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

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