Restish is a CLI for interacting with REST-ish HTTP APIs with some nice features built-in — like always having the latest API resources, fields, and operations available when they go live on the API without needing to install or update anything.
Check out how Restish compares to cURL & HTTPie.
See the user guide for how to install Restish and get started.
Features include:
HTTP/2 (RFC 7540) with TLS by default with fallback to HTTP/1.1
Generic head/get/post/put/patch/delete verbs like curl or HTTPie
Generated commands for CLI operations, e.g. restish my-api list-users