mirror of https://github.com/dapr/docs.git
Updates API Rederence
This commit is contained in:
parent
b3c8d325b4
commit
3300f8d76f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue