resterm

Terminal client for executing HTTP, GraphQL, and gRPC requests from .http/.rest files

brewmacoslinux
Try with needOr install directly
Source

About

Terminal client for .http/.rest files with HTTP, GraphQL, and gRPC support

Commands

resterm

Examples

Open and execute requests from an HTTP file interactively$ resterm requests.http
Execute a specific request from a REST file and display response$ resterm api.rest --request 'Get Users'
Run GraphQL or gRPC requests with resterm in a terminal session$ resterm schema.graphql