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 by adding
google_api_runtime_config to your list of dependencies in mix.exs:
def deps do
[{:google_api_runtime_config, "~> 0.15"}]
endFor more information
Product documentation is available at https://cloud.google.com/deployment-manager/runtime-configurator/.
Library reference documentation is published on Hexdocs at https://hexdocs.pm/google_api_runtime_config.