Recently delivery has been revised, using a newer forge with React and Typescript. Currently supported platforms are Linux, Windows and Mac OSX, using the new publisher.
Mac OSX/Linux/Windows (DMG, RPM, DEB, NUPKG, EXE)
TL;DR; GRPCurl wrapper that auto detects methods and types, simplifying your gRPC experience, thanks to GRPCurl.
I created a simple GUI wrapper for GRPCurl, GRPCurl. This is a attempt at creating a simple tool that can speed up communication to the server. It has support for history, meaning anything you type and do will persist in a historic log and state.
As long as you provide the url, delivery will do it's best to discover/auto detect all the methods and types. It will try to provide the methods and an example of the body for each method. This way you can easily write your GRPC commands without having to figure out the JSON structure.
There is a version (0.1.0), there might be bugs. If there are please file a ticket.
To build from source, first checkout the code
Required tools to build native packages
npm install
npm run start
On Linux you should have some tools
Fedora based distro:
sudo dnf install dpkg-dev fakeroot
Debian based distro:
sudo apt-get install rpm fakeroot
On the project folder, run
npm install
Then generate the native package(s)
npm run make
The output should be at out/