Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Bash examples

Simple shell examples showcasing some API features.

Requirements

jq - lightweight command line tool for parsing JSON.

  • Mac: brew install jq
  • Ubuntu/Debian: apt-get install jq
  • Fedora/RedHat/CentOS: yum install jq