Skip to main content

Overview

rqb request lets you fire off any HTTP request from the terminal no spec file needed. It feels like curl but with automatic variable resolution and optional spec saving.

Usage

Examples

Default output

Compact by default (agent-friendly):
Add --verbose for the full diff view.

Options

Workspace behaviour

  • Inside a git repo: the collection is at <repo-root>/api-docs/. Auto-saved requests go to <repo-root>/api-docs/apis/scratch/.
  • Outside a git repo: the collection is at ~/.rqb/workspace/default/api-docs/. Unsaved requests go to ~/.rqb/workspace/scratch/api-docs/.