Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

pashkatrick/Plumber

Repository files navigation

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!