Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pashkatrick/Plumber

Another one GUI for GRPC requests
https://github.com/pashkatrick/Plumber

grpc gui requests

Last synced: 3 months ago
JSON representation

Another one GUI for GRPC requests

Awesome Lists containing this project

README

        




Plumber









Like Postman, just for GRPC


Thanks Milkman and Bloom for inpiration.

## About
I just create a GUI for [GRPCurl](https://github.com/fullstorydev/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](https://github.com/pashkatrick/Plumber/releases/) Plumber.dmg
- install it
- use ``` docker pull pashkatrick/plumber-api ```
- and ``` docker run [your options] ``` - [details](https://github.com/pashkatrick/Plumber-API)
- Thats it!