lac
is a cli only API client. It can be used for API exploration and testing.
go install github.com/eynopv/lac@latest
lac [flags] request.json
Create request object
// get.json
{
"path": "https://httpbin.org/get"
}
Send the request
lac get.json
Read user guide
This project is licensed under the BSD 3-Clause License.