Ain is a terminal HTTP API client. It's an alternative to Postman, Paw or Insomnia.
Ain is a terminal HTTP API client. It's an alternative to Postman, Paw or Insomnia. Ain was built to enable scripting of input and further processing of output via pipes. It targets users who work with many APIs using a simple file format. It uses curl, wget or httpie to make the actual calls.
Ain is a terminal HTTP API client. It's an alternative to Postman, Paw or Insomnia. Ain was built to enable scripting of input and further processing of output via pipes. It targets users who work with many APIs using a simple file format. It uses curl, wget or httpie to make the actual calls.
To install ain, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ain
To see what files were installed by ain, run:
port contents ain
To later upgrade ain, run:
sudo port selfupdate && sudo port upgrade ain
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.