GoogleApi.YouTube
YouTube Data API v3 client library.
The YouTube Data API v3 is an API that provides access to YouTube data, such as videos, playlists, and channels.
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.40"}]
endFor more information
Product documentation is available at https://developers.google.com/youtube/.
Library reference documentation is published on Hexdocs at https://hexdocs.pm/google_api_you_tube.