API Guide Prerequisites¶
There are only two programs you need to get started:
If you are using Linux or OS X curl is likely already installed. The jq download page provides installation instructions for most operating systems.
For operating systems using yum¶
$sudo yum install curl jq -y
For operating system using apt¶
$sudo apt-get install jq curl -y
Tip
Windows users can use chocolatey to install jq and curl