Files
matchbox/docs/api-grpc.md
2019-11-23 15:09:33 -08:00

17 lines
450 B
Markdown

# gRPC API
## Protos
* [rpc.proto](https://github.com/poseidon/matchbox/blob/master/matchbox/rpc/rpcpb/rpc.proto)
* [storage.proto](https://github.com/poseidon/matchbox/blob/master/matchbox/storage/storagepb/storage.proto)
## Client Libraries
gRPC client libraries
* [Go](https://godoc.org/github.com/poseidon/matchbox/matchbox/client)
## Client Plugins
* [terraform-provider-matchbox](https://github.com/poseidon/terraform-provider-matchbox)