That's an API for main project Plumber RPC which in turn is a GUI for GRPCurl.
This version doesn't support import proto files or protosets yet (will be).
You can use it only with servers, which support reflection API.
- Docker
docker pull pashkatrick/plumber-api
docker run --rm -it -p 3535:3535/tcp pashkatrick/plumber-api
- or
docker run --rm -it -p 3636:3636/tcp pashkatrick/plumber-api:http --http
(if you wanna web experience or postman collab)
...
/list - getting list of available service methods
/template - getteing gRPC message template
/send - sending message