ain

HTTP API client for the terminal with interactive request building

brewmacoslinux
Try with needOr install directly
Source

About

HTTP API client for the terminal

Commands

ain

Examples

Make a GET request to an API endpoint$ ain https://api.example.com/users
Make a POST request with JSON data$ ain -X POST https://api.example.com/users -d '{"name": "John"}'
Add custom headers to a request$ ain https://api.example.com/data -H 'Authorization: Bearer token123'