Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 562 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 562 Bytes

lac - Lightweight API Client

lac is a cli only API client. It can be used for API exploration and testing.

screenshot of lac

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.