Skip to content

restbeast/restbeast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actions Status codecov

RestBeast Terminal Client

In a nut shell;

  • A terminal API client
  • Testing tool either in terminal or in CI
  • Easy load testing tool.

This open source terminal client aims to simplify api development, api testing, service health checks and load testing by putting them together under one roof.

Visit https://restbeast.com/docs/v1.3/ website for the documentation, and examples

Installation

Homebrew

Go here to install brew, then;

brew tap restbeast/brew
brew install restbeast

Binary

Get the latest build from github release page.
Decompress the file and move the executable file to a location in $PATH

tar zxvf restbeast-v1.3.2-linux-amd64.tar.gz
sudo mv restbeast /usr/local/bin/

Compile From Source

Install go >= 1.17 go docs

Get the latest source from github release page and unzip

unzip restbeast-v1.3.2.zip
cd restbeast-v1.3.2

Or clone from github

git clone https://github.com/restbeast/restbeast.git
cd restbeast
make VERSION=v1.3.2
sudo make install

License

GNU General Public License v3.0 - see LICENSE for more details