README.md

# GoogleApi.RuntimeConfig

Cloud Runtime Configuration API client library.

The Runtime Configurator allows you to dynamically configure and expose variables through Google Cloud Platform. In addition, you can also set Watchers and Waiters that will watch for changes to your data and return based on certain conditions.

## Installation

Install this package from [Hex](https://hex.pm) by adding
`google_api_runtime_config` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:google_api_runtime_config, "~> 0.13"}]
end
```

## For more information

Product documentation is available at [https://cloud.google.com/deployment-manager/runtime-configurator/](https://cloud.google.com/deployment-manager/runtime-configurator/).

Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_runtime_config](https://hexdocs.pm/google_api_runtime_config).