Chnaged title of sdk examples

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
This commit is contained in:
Amulya Varote 2022-01-24 15:08:02 -08:00
parent c3a7d0863d
commit 882b40ee87
1 changed files with 1 additions and 3 deletions

View File

@ -58,9 +58,7 @@ spec:
value: <PASSWORD> value: <PASSWORD>
``` ```
### Get configuration items using gRPC API ### Get configuration items using Dapr SDKs
Using your [favorite language](https://grpc.io/docs/languages/), create a Dapr gRPC client from the [Dapr proto](https://github.com/dapr/dapr/blob/master/dapr/proto/runtime/v1/dapr.proto).
{{< tabs Dotnet Java Python>}} {{< tabs Dotnet Java Python>}}