restish

Interactive CLI for exploring and consuming REST APIs with ease

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool for interacting with REST-ish HTTP APIs

Commands

restish

Examples

Make a GET request to an API endpoint$ restish get https://api.example.com/users
Make a POST request with JSON data$ restish post https://api.example.com/users name=John email=john@example.com
Interactively explore an API with the REPL interface$ restish https://api.example.com