fullstorydev / grpcui

An interactive web UI for gRPC, along the lines of postman
MIT License
5.24k stars 388 forks source link

[Feature request] Shareable grpcui link that auto-populates request #296

Open amit-mittal opened 10 months ago

amit-mittal commented 10 months ago

grpcui doesn’t put the method and the request body in the URL's query parameter which makes it difficult to share the repro of an issue with another engineer. Can we provide a way to create a grpcui shareable link that will auto-select the service, method, and request when someone opens that link?