httpyac

Send REST, SOAP, GraphQL and gRPC requests from the CLI

brewmacoslinux
Try with needOr install directly
Source

About

Quickly and easily send REST, SOAP, GraphQL and gRPC requests

Commands

httpyac

Examples

Send a GET request to an API endpoint$ httpyac https://api.example.com/users
Execute requests from an HTTP file$ httpyac request.http
Send a POST request with JSON data$ httpyac POST https://api.example.com/users -d '{"name": "John"}'