grpc-curl
grpc-curl copied to clipboard
grpc-curl is a command line tool for interacting with gRPC servers
Following the [documentation here,](https://docs.microsoft.com/en-us/dotnet/architecture/grpc-for-wcf-developers/protobuf-maps) I added support for the MapField type on a gPRC endpoint. Using the Dynamic GRPC Nuget package, the MapField type is not supported. I assume the...
As you see, I have a similar idea to improve debuging and documents of gRPC. What I have done is to generate many dynamic routes so that I can call...
if server doesn't support reflection. The DynamicGrpc library provide already the methods. They just need to be plugged into `grpc-curl`.
Hi there. I like what I can see in this project and was wondering if it is under active development / maintenance? I'm looking to build something with support for...