reqli
v1.0.1
Published
A simple, interactive command-line API request tool. Manage and run API requests directly from your terminal.
Maintainers
Readme
reqli
A simple, interactive command-line API request tool. Manage and run API requests directly from your terminal, similar to a lightweight, terminal-based Postman.
reqli stores your request configurations in a local .reqli file in your project directory.
Installation
Install reqli globally using npm:
npm install -g reqliUsage
Navigate to your project directory and run:
reqliThis will start an interactive menu where you can manage and execute your API requests. If a .reqli file doesn't exist, a new one will be created with an example route.
Features
- Interactive Interface: Easy-to-use menus for managing requests.
- Create Requests: Define new API requests with a method, URL, and name.
- Execute Requests: Run saved requests and view the response headers and data directly in your terminal.
- Edit Requests: Modify all aspects of a saved request, including its name, method, URL, headers, body, and query parameters.
- Persistent Storage: All routes are saved in a local
.reqlifile for persistence.
License
This project is licensed under the ISC License.
