Add support for RuntimeConfig API #2476
Labels
api: runtimeconfig
Issues related to the Cloud Runtime Config API API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
There is a RuntimeConfig API, which is useful for storing configuration values.
See:
https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/
I started adding support in https://github.com/tswast/google-cloud-python when I have it ready, I'll send a pull request.
The most important methods for my use cases are listing variables and getting variable values, so that's what I've implemented. Hopefully I don't have to implement all methods for all objects before we can release client libraries for this.
The text was updated successfully, but these errors were encountered: