A collection of grpc proto for
- Learning how to design gRPC API
- Understanding a service by reading API
- Copy & Paste
Kubernetes's gRPC is generated from Golang
grpcurl -d '{"service": "grpc.health.v1.Health"}' api.example.com:443 grpc.health.v1.Health/Check
grpcurl -d '{"service": "helloworld.Greeter"}' api.example.com:443 grpc.health.v1.Health/Check
grpcurl api.example.com:443 helloworld.Greeter/SayHello