resterm
Terminal API client for HTTP, GraphQL, gRPC, WebSocket, and SSE
TLDR
Launch the API client TUI
$ resterm
Run a request file$ resterm [path/to/request.http]
SYNOPSIS
resterm [options] [file]
DESCRIPTION
resterm is a keyboard-driven terminal API client that supports HTTP, GraphQL, gRPC, WebSocket, and SSE protocols. Requests are stored in plain .http / .rest files. It features OAuth 2.0 authentication, SSH tunnels, Kubernetes port-forwarding, conditional logic and multi-step workflows, response diffing and profiling, and streaming transcripts for WebSocket and SSE sessions.
HISTORY
resterm was created by unkn0wn-root and is written in Go.

