README.md

# GoogleApi.Poly

Poly API client library.

The Poly API provides read access to assets hosted on <a href="https://poly.google.com">poly.google.com</a> to all, and upload access to <a href="https://poly.google.com">poly.google.com</a> for whitelisted accounts.


## Installation

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

```elixir
def deps do
  [{:google_api_poly, "~> 0.8"}]
end
```

## For more information

Product documentation is available at [https://developers.google.com/poly/](https://developers.google.com/poly/).

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