postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.86k stars 841 forks source link

gRPC response visualization #11665

Open oscar-broman opened 1 year ago

oscar-broman commented 1 year ago

Is there an existing request for this feature?

Is your feature request related to a problem?

My problem is that there are no tools out there to 1) run a gRPC request and 2) visualize the response.

Describe the solution you'd like

gRPC requests should have the ability to visualize the output, just like HTTP requests.

Describe alternatives you've considered

No response

Additional context

No response

t-bdiri commented 6 months ago

Are there any updates concerning this? This should be relatively easy considering that it's already implemented for http and grpc requests are translated to json format that can be manipulated the same way that is adopted for the http response.