Chrome Management API client library.
The Chrome Management API is a suite of services that allows Chrome administrators to view, manage and gain insights on their Chrome OS and Chrome Browser devices.
Install this package from Hex by adding
google_api_chrome_management
to your list of dependencies in mix.exs
:
def deps do
[{:google_api_chrome_management, "~> 0.11"}]
end
Product documentation is available at https://developers.google.com/chrome/management/.
Library reference documentation is published on Hexdocs at https://hexdocs.pm/google_api_chrome_management.