Add Subscribe/Unsubscribe API support
This commit adds support for both the subscribe and unsubscribe
APIs for Darp's Configuration building block. The configuration can
now be exposed through the AspNet builder pattern or by making the
request directly with the DaprClient.
https://github.com/dapr/dotnet-sdk/issues/822
Signed-off-by: Hal Spang <halspang@microsoft.com>
This commit adds support for the GetConfiguration API. This is an
alpha API and may be subject to change. This commit also does not
cover the Subscribe API for Configurations.
Included is a simple example showing the usage of the Configuration
API.
https://github.com/dapr/dotnet-sdk/issues/787
Signed-off-by: Hal Spang <halspang@microsoft.com>