README.md

June 7, 2021 ยท View on GitHub

Plumber

Like Postman, just for GRPC

Thanks Milkman and Bloom for inpiration.

About

I just create a GUI for GRPCurl. This is a attempt at creating a simple tool that can speed up GRPC ervises testing process.

โšก Important

This version doesn't support import proto files or protosets yet (will be).
You can use it only with servers, which support reflection API.

Features

  • Reflection server methods access
  • Multi tabs operations
  • Independent requests store system
  • Metadata support
  • ...

Shortcuts

CMD+w: close tab
CMD+t: new tab
CMD+s: save request
CMD+Enter: send request

Requirenments

  • Docker

Get Started ๐Ÿš€

  • download last version Plumber.dmg
  • install it
  • use docker pull pashkatrick/plumber-api
  • and docker run [your options] - details
  • Thats it!