Slumber a TUI HTTP Client
Slumber is a terminal-based HTTP client designed for interacting with REST and other HTTP clients. It offers two modes: a Terminal User Interface (TUI) for interactive use and a Command Line Interface (CLI) for quick requests. The client aims to be user-friendly, configurable, and easily shareable, with configurations defined in a YAML file.
- ▪Slumber is built for interacting with REST and other HTTP clients.
- ▪It features a Terminal User Interface (TUI) and a Command Line Interface (CLI).
- ▪Configuration is managed through a YAML file called the request collection.
Opening excerpt (first ~120 words) tap to expand
Introduction Slumber is a terminal-based HTTP client, built for interacting with REST and other HTTP clients. It has two usage modes: Terminal User Interface (TUI) and Command Line Interface (CLI). The TUI is the most useful, and allows for interactively sending requests and viewing responses. The CLI is useful for sending quick requests and scripting. The goal of Slumber is to be easy to use, configurable, and sharable. To that end, configuration is defined in a YAML file called the request collection. Both usage modes (TUI and CLI) share the same basic configuration, which is called the request collection. Check out the Getting Started guide to try it out, or move onto Key Concepts to start learning in depth about Slumber.
Excerpt limited to ~120 words for fair-use compliance. The full article is at Lucaspickering.