Updates API Rederence

This commit is contained in:
Aaron Crawfis 2020-03-03 13:00:33 -08:00
parent b3c8d325b4
commit 3300f8d76f
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
# Dapr References
- **[Dapr CLI](https://github.com/dapr/cli)**: The Dapr CLI allows you to setup Dapr on your local dev machine or on a Kubernetes cluster, provides debugging support, launches and manages Dapr instances.
- **[Dapr API](./api)**: Provides a clear understanding of the Dapr runtime HTTP API surface and help evolve it for the benefit of developers everywhere.
- **Dapr API**: Provides a clear understanding of the Dapr runtime HTTP API surface and help evolve it for the benefit of developers everywhere.
- [Actors](../concepts/actors/actors_api.md)
- [Bindings](../concepts/bindings/bindings_api.md)
- [Publish/Subscribe Messaging](../concepts/publish-subscribe-messaging/pubsub_api.md)
- [Secrets](../concepts/secrets/secrets_api.md)
- [Service Invocation](../concepts/service-invocation/service_invocation_api.md)
- [State Management](../concepts/state-management/state_api.md)