Installation
Homebrew installation
Section titled “Homebrew installation”Install Sendex via Homebrew Tap:
brew tap hadlow/sendexbrew install sendexInstallation can be validated by running:
sendex helpWhich should give:
Sendex is a lightweight, file-based tool to make requests to your API
Get started by running:sendex new requests/get-blog.yml
Usage: sendex [command]
Available Commands: help Help about any command new Create a Sendex request file run Run a request file save Save a response to a file
Flags: -h, --help help for sendex
Use "sendex [command] --help" for more information about a command.