Files
api-snapshot-cli/README.md
7000pctAUTO 2dfd1c1a75
Some checks failed
CI / test (push) Has been cancelled
fix: clean up test fixtures formatting for CI
2026-02-04 14:21:49 +00:00

386 B

API Snapshot CLI

A CLI tool that records HTTP API traffic and generates local mock servers from recorded responses.

Features

  • Record HTTP API traffic automatically
  • Generate mock server configurations
  • Replay recorded API responses
  • Support for multiple HTTP methods

Installation

pip install -e .

Usage

api-snapshot --help

License

MIT