resto
Send pretty HTTP and API requests with TUI
TLDR
Launch the HTTP request TUI
$ resto
Send a GET request$ resto get [https://api.example.com/endpoint]
Send a POST request$ resto post [https://api.example.com/endpoint]
SYNOPSIS
resto [command] [options] [url]
DESCRIPTION
resto is a CLI and TUI tool for sending HTTP and API requests with formatted output. It supports GET, POST, PUT, PATCH, and DELETE methods, Basic Auth and Bearer Token authentication, and an editor mode for composing request bodies. The TUI panel is accessible with Ctrl+P.
HISTORY
resto was created by abdfnx and is written in Go.

