docs/reference/api/README.md

14 lines
424 B
Markdown

# Dapr API reference
Dapr is language agnostic and provides a RESTful HTTP & gRPC API.
The documents in this folder outline each api, the associated endpoints, and what capabilities are available.
- [Actors](./actors_api.md)
- [Bindings](./bindings_api.md)
- [PubSub](./pubsub_api.md)
- [Secrets](./secrets_api.md)
- [Service Invocation](./service_invocation_api.md)
- [State](./state_api.md)
- [Health](./health_api.md)