I have a gRPC endpoint that supports reflection. I’m able to quickly build a valid gRPC request and validate it against my endpoint.
Is there a way to get all the information that Postman gathered through Server Relection and bundle it in a new Postman API? Something similar to importing an openapi.json
file for a REST endpoint in a new Postman API.
Essentially, in my new Postman API, can I import a Definition from whatever Postman gathered via Server Reflection?