Awesome
<p align="center"> <img src="./assets/client_logo.png" width="150"/> </p> <h1 align="center">Plumber</h1> <p align="center"> <a href="https://github.com/pashkatrick/Plumber"><img src="https://img.shields.io/badge/Build%20with-Electron-1f425f.svg" /> <a href="https://pshktrck.ru/plumber/"> <img src="https://img.shields.io/badge/changelog-👈-green.svg" /> </a> <a href="https://t.me/pashkatwit"> <img src="https://img.shields.io/badge/telegram-🔔-green.svg" /> </a> </p> <p align="center">Like Postman, just for GRPC</p> <p align="center">Thanks <a href="https://github.com/warmuuh/milkman">Milkman</a> and <a href="https://github.com/uw-labs/bloomrpc">Bloom</a> for inpiration.</p>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.
<p align="center"><img src="./assets/screenshot.jpg" /></p>âš¡ 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
<kbd>CMD</kbd>+<kbd>w</kbd>: close tab
<kbd>CMD</kbd>+<kbd>t</kbd>: new tab
<kbd>CMD</kbd>+<kbd>s</kbd>: save request
<kbd>CMD</kbd>+<kbd>Enter</kbd>: 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!