grpcc
grpcc copied to clipboard
support for proto Message Inspection and validation
This is a Feature Request than a bug or issue
I found this https://www.npmjs.com/package/protobuf-jsonschema which can provide json schema of proto messages,
It would be great if we can embed it into the CLI, so that we can know how to construct the Request Response objects and may be validate them before actually making the API call.