{"id":13502848,"url":"https://github.com/LucasPickering/slumber","last_synced_at":"2025-03-29T12:33:05.216Z","repository":{"id":191210988,"uuid":"684277349","full_name":"LucasPickering/slumber","owner":"LucasPickering","description":"Terminal-based HTTP/REST client","archived":false,"fork":false,"pushed_at":"2024-10-31T01:49:03.000Z","size":3929,"stargazers_count":412,"open_issues_count":11,"forks_count":20,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-10-31T02:23:50.585Z","etag":null,"topics":["http","http-client","ratatui","rest-client","rust","tui"],"latest_commit_sha":null,"homepage":"https://slumber.lucaspickering.me/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LucasPickering.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-28T20:11:04.000Z","updated_at":"2024-10-31T01:49:07.000Z","dependencies_parsed_at":"2024-01-25T00:43:57.462Z","dependency_job_id":"98316aea-4e85-46b2-8d52-4d5398116b55","html_url":"https://github.com/LucasPickering/slumber","commit_stats":null,"previous_names":["lucaspickering/slumber"],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasPickering%2Fslumber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasPickering%2Fslumber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasPickering%2Fslumber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasPickering%2Fslumber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LucasPickering","download_url":"https://codeload.github.com/LucasPickering/slumber/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222343651,"owners_count":16969355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["http","http-client","ratatui","rest-client","rust","tui"],"created_at":"2024-07-31T22:02:26.959Z","updated_at":"2025-03-29T12:33:05.200Z","avatar_url":"https://github.com/LucasPickering.png","language":"Rust","funding_links":["https://github.com/sponsors/LucasPickering"],"categories":["Rust","Dev-Utilities","💻 Apps","\u003ca name=\"webdev\"\u003e\u003c/a\u003eWeb development","Table of Contents"],"sub_categories":["⌨️ Development Tools"],"readme":"# Slumber\n\n[![Test CI](https://github.com/github/docs/actions/workflows/test.yml/badge.svg)](https://github.com/LucasPickering/slumber/actions)\n[![crates.io](https://img.shields.io/crates/v/slumber.svg)](https://crates.io/crates/slumber)\n[![Sponsor](https://img.shields.io/github/sponsors/LucasPickering?logo=github)](https://github.com/sponsors/LucasPickering)\n\n- [Home Page](https://slumber.lucaspickering.me)\n- [Installation](https://slumber.lucaspickering.me/artifacts/)\n- [Docs](https://slumber.lucaspickering.me/book/)\n- [Changelog](https://slumber.lucaspickering.me/changelog/)\n\n![Slumber example](/static/demo.gif)\n\nSlumber is a TUI (terminal user interface) HTTP client. Define, execute, and share configurable HTTP requests. Slumber is built on some basic principles:\n\n- It will remain free to use forever\n- You own your data: all configuration and data is stored locally and can be checked into version control\n- It will never be [enshittified](https://en.wikipedia.org/wiki/Enshittification)\n\n## Features\n\n- Usable as a TUI or CLI\n- Source-first configuration, for easy persistence and sharing\n- [Import from external formats (e.g. Insomnia)](https://slumber.lucaspickering.me/book/user_guide/import.html)\n- [Build requests dynamically from other requests, files, and shell commands](https://slumber.lucaspickering.me/book/user_guide/templates/index.html)\n- [Browse response data using JSONPath selectors](https://slumber.lucaspickering.me/book/user_guide/tui/filter_query.html)\n- Switch between different environments easily using [profiles](https://slumber.lucaspickering.me/book/api/request_collection/profile.html)\n- And more!\n\n## Examples\n\nSlumber 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:\n\n```yaml\n# slumber.yml\nrequests:\n  get: !request\n    method: GET\n    url: https://httpbin.org/get\n\n  post: !request\n    method: POST\n    url: https://httpbin.org/post\n    body: !json { \"id\": 3, \"name\": \"Slumber\" }\n```\n\nCreate this file, then run the TUI with `slumber`.\n\nFor a more extensive example, see [the docs](https://slumber.lucaspickering.me/book/getting_started.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLucasPickering%2Fslumber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLucasPickering%2Fslumber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLucasPickering%2Fslumber/lists"}