command
module
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Mar 26, 2025
License: BSD-3-Clause
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
lac - Lightweight API Client
lac is a cli only API client. It can be used for API exploration and testing.

Installation
Install with Go
go install github.com/eynopv/lac@latest
Usage
lac [flags] request.json
Example
Create request object
// get.json
{
"path": "https://httpbin.org/get"
}
Send the request
lac get.json
Guide
Read user guide
License
This project is licensed under the BSD 3-Clause License.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
|
internal
|
|
|
|
|
|
|
|
pkg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.