noodle
Share on:
Enter Your Mastodon Instance
Copy the link below to share to Mastodon
https://terminaltrove.com/noodle/
A delicious REST client for your terminal.
Script Preview
Review this script before executing in your terminal.

noodle is a terminal REST client for creating, sending and organizing HTTP requests from a keyboard-driven TUI.
Some of the features it supports are inherited headers, authentication (Basic Auth, Bearer Token) and environment variable substitution in the requests. Each request has a YAML file which can be inside of a folder which noodle recognizes as a collection of requests rather than a single file with all of the request definitions.
It can import OpenAPI and Postman collections, as well as having support for sending requests with JSON, forms, multipart data, inputs as well as binary data. It also comes with inline field editing and supports familiar Vim-style keybindings or your own custom keybindings.
This tool is ideal for API developers, developers and those dealing with backend related work who need a minimal REST client to test for services or debugging requests in the terminal.
