README.md
# GoogleApi.ReplicaPool
Replica Pool API client library.
The Replica Pool API allows users to declaratively provision and manage groups of Google Compute Engine instances based on a common template.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_replica_pool` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_replica_pool, "~> 0.1"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/compute/docs/replica-pool/](https://developers.google.com/compute/docs/replica-pool/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_replica_pool](https://hexdocs.pm/google_api_replica_pool).