GoogleApi.Poly

Poly API client library.

The Poly API provides read access to assets hosted on poly.google.com to all, and upload access to poly.google.com for whitelisted accounts.

Installation

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

def deps do
  [{:google_api_poly, "~> 0.10"}]
end

For more information

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

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