GoogleApi.YouTube

Client library for YouTube Data API from Google.

Supports core YouTube features, such as uploading videos, creating and managing playlists, searching for content, and much more.

Installation

Install this package from Hex by adding google_api_you_tube to your list of dependencies in mix.exs:

def deps do
  [{:google_api_you_tube, "~> 0.9"}]
end

For more information

Product documentation is available at https://developers.google.com/youtube/v3.

Library reference documentation is published on Hexdocs at https://hexdocs.pm/google_api_you_tube.