README.md

# GoogleApi.YouTubeReporting

YouTube Reporting API client library.

Schedules reporting jobs containing your YouTube Analytics data and downloads the resulting bulk data reports in the form of CSV files.

## Installation

Install this package from [Hex](https://hex.pm) by adding
`google_api_you_tube_reporting` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:google_api_you_tube_reporting, "~> 0.14"}]
end
```

## For more information

Product documentation is available at [https://developers.google.com/youtube/reporting/v1/reports/](https://developers.google.com/youtube/reporting/v1/reports/).

Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_you_tube_reporting](https://hexdocs.pm/google_api_you_tube_reporting).