Introduction – Slumber

Slumber is a terminal-based HTTP client, designed to interact with REST and other HTTP clients. It has two usage modes: Terminal User Interface (TUI) and Command Line Interface (CLI). TUI is the most useful, and allows sending requests and viewing responses in an interactive manner. CLI is useful for sending quick requests and scripting.

The goal of slumber is to be Easy to use, configurable and shareable. To that end, the configuration is defined in a YAML file called request collection. Both usage modes (TUI and CLI) share the same basic configuration, called a request store.

Check out the Getting Started Guide to try it out, or skip ahead to Key Concepts to start learning more deeply about Slumber.

sleep demo



<a href

Leave a Comment