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 by adding
google_api_chrome_policy to your list of dependencies in mix.exs:
def deps do
[{:google_api_chrome_policy, "~> 0.3"}]
endFor more information
Product documentation is available at http://developers.google.com/chrome/policy.
Library reference documentation is published on Hexdocs at https://hexdocs.pm/google_api_chrome_policy.