9 breaking releases
new 0.10.0-beta.1 | Dec 6, 2023 |
---|---|
0.9.0 | Nov 28, 2023 |
0.8.0 | Nov 21, 2023 |
#116 in Template engine
201 downloads per month
280KB
6.5K
SLoC
Slumber
Slumber is a TUI (terminal user interface) HTTP client. Define, execute, and share configurable HTTP requests.
Examples
Slumber is based around collections. A collection is a group of request recipes, which are templates for the requests you want to run. A simple collection could be:
# slumber.yml
id: example
requests:
- id: get
method: GET
url: https://httpbin.org/get
Create this file, then run the TUI with slumber
.
Dependencies
~39–55MB
~1M SLoC