A TUI/CLI client for sending API requests.
yapi is a terminal client for working with HTTP APIs. It supports both an interactive TUI mode for comfortable request crafting and a non-interactive CLI mode for use in scripts and automation.
- Interactive TUI mode for exploring and tweaking requests
- CLI mode for scripting and automation
- Support for common HTTP methods (GET, POST, PUT, DELETE, PATCH, etc.)
- Headers, query parameters, and request body editing
- Response viewing and formatting
Work in progress.