具备交互式界面与请求管理功能,用于测试和调试 Web API 的命令行工具。
Posting is a terminal-based HTTP request manager designed for developing, testing, and documenting API endpoints. It functions as a keyboard-driven interface that allows users to execute requests, manage collections, and inspect server responses directly within the command line environment. By storing request configurations as plain text files on the local filesystem, the tool ensures that API definitions remain compatible with standard version control systems. The project distinguishes itself by treating API collections as version-controlled assets, enabling users to migrate existing workflo
Posting is a terminal-based interactive HTTP request manager built with Textual, offering a keyboard-driven TUI for composing requests, managing collections via version-controlled plain-text files, and inspecting responses — covering the core capabilities of a Postman-like CLI client and many of the requested features including scripting hooks and authentication support.