Posting is an open-source, terminal-based API client designed for developers who prefer a fast, keyboard-driven workflow. It allows users to create, test, and manage HTTP requests directly from the command line without relying on graphical tools. The interface is highly interactive, offering features like command palettes, jump navigation, and real-time editing for efficient API exploration. Posting supports saving requests in a readable, version-control-friendly format, making it ideal for collaboration and reproducibility. It also includes scripting capabilities, enabling users to run Python code before and after requests to automate workflows. Overall, Posting brings a modern, customizable, and developer-centric API testing experience to the terminal.
Features
- Fully keyboard-driven terminal UI with command palette and jump navigation.
- Create, send, and organize HTTP requests with autocompletion support.
- Import and export requests via curl for seamless interoperability.
- Environment variable support with dotenv integration and hot reloading.
- Pre- and post-request scripting using Python for automation.
- Customizable themes, keybindings, and layouts with rich syntax highlighting.