Skip to content
/ lac Public

lac - command-line HTTP client with filesystem based collection management

License

Notifications You must be signed in to change notification settings

eynopv/lac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

lac - command-line HTTP client with filesystem based collection management

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages