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