Tools
Tools you might need
On this page
Tools you might need
linux
ormac
: Many of the command line examples have been customized for UNIX-like operating systems.curl
: To perform API calls.- mac:
brew install curl
- ubuntu/debian:
sudo apt-get install curl
- mac:
jq: To process json on the command line.
- mac:
brew install jq
- ubuntu/debian:
sudo apt-get install jq
- mac:
jo: To create json on the command line.
- mac:
brew install jo
- ubuntu/debian:
sudo apt-get install jo
- mac:
openssl: To perform cryptographic operations on the command line.
- mac:
brew install openssl
- ubuntu/debian:
sudo apt-get install openssl
- mac:
programming tools
: Our APIs are compatible with all major programming languages. You should know a bit about cryptography.