winget install --id=spluxx.Protoman -e
Basic Postman clone with protobuf functionalities
A Postman-like API client for protobuf-based messages.
The rest of the request-building interface is similar to Postman.
a. Enter your good old http request parameters (method, url, headers)
b. Select request/response proto messages you want.
c. Fill out the fields in your request proto message.
d. Click send.
e. The response is shown below the request section.
As of version 0.4.0, you can also reorder requests / set different expected messages for success(2XX) and failures(others)
That's it for the current version. Enjoy and leave a star if you like it !
Protoman Setup 0.4.0.exe - Unlike mac, I don't currently own a license to sign the app. So it might give you some security warnings!
As a fallback, you can clone the repo and run npm install && npm run build to build, and npm run start to launch the app. Or, you can actually find configurations on electron builder to get the right distribution version yourself!
If you are interested in reporting/fixing issues and contributing directly to the codebase, follow the standard procedures.
Make sure to run npm run lint
before submitting your PR!