Like Postman, just for GRPC
Thanks Milkman and Bloom for inpiration.
I just create a GUI for GRPCurl. This is a attempt at creating a simple tool that can speed up GRPC ervises testing process.
This version doesn't support import proto files or protosets yet (will be).
You can use it only with servers, which support reflection API.
- Reflection server methods access
- Multi tabs operations
- Independent requests store system
- Metadata support
- ...
CMD+w: close tab
CMD+t: new tab
CMD+s: save request
CMD+Enter: send request
- Docker
- download last version Plumber.dmg
- install it
- use
docker pull pashkatrick/plumber-api
- and
docker run [your options]
- details - Thats it!