README.md
# GoogleApi.ChromePolicy
Chrome Policy API client library.
The Chrome Policy API is a suite of services that allows Chrome administrators to control the policies applied to their managed Chrome OS devices and Chrome browsers.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_chrome_policy` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_chrome_policy, "~> 0.5"}]
end
```
## For more information
Product documentation is available at [http://developers.google.com/chrome/policy](http://developers.google.com/chrome/policy).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_chrome_policy](https://hexdocs.pm/google_api_chrome_policy).