Co-authored-by: LM <lemai>
This commit is contained in:
Leon Mai 2020-03-09 21:12:26 -07:00 committed by GitHub
parent 8e7e289ed2
commit c10d3570d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Follow the instructions [here](../setup-secret-store) to set up the secret store
Now that the secret store is set up, you can call Dapr to get the secrets for a given key for a specific secret store.
For a full API reference, go [here](../../reference/api/secrets.md).
For a full API reference, go [here](https://github.com/dapr/docs/blob/master/reference/api/secrets_api.md).
Here are a few examples in different programming languages: