Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 247 Bytes

File metadata and controls

11 lines (7 loc) · 247 Bytes

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