README.md
# GoogleApi.AlertCenter
Google Workspace Alert Center API client library.
Manages alerts on issues affecting your domain.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_alert_center` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_alert_center, "~> 0.16"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/admin-sdk/alertcenter/](https://developers.google.com/admin-sdk/alertcenter/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_alert_center](https://hexdocs.pm/google_api_alert_center).