README.md
# GoogleApi.AlertCenter
Google Workspace Alert Center API client library.
Manages alerts on issues affecting your domain. Note: The current version of this API (v1beta1) is available to all Google Workspace customers.
## 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.26"}]
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).