Skip to content

Usage Guide

Rishap Gandhi edited this page Jun 15, 2026 · 1 revision

Usage Guide

1. Capture Requests

Open DevTools → "API Diff" tab. Browse your app — all JSON API calls appear in the left panel.

2. Configure Environments

Default environments: Local (localhost:8000), Staging, Production. Edit via extension settings.

3. Replay & Compare

Click any captured request. It replays against all configured environments in parallel.

4. Read the Diff

  • 🟢 Green = field added in right environment
  • 🔴 Red = field removed from right environment
  • 🟡 Yellow = value changed

Paths shown as user.profile.name for nested objects.

Clone this wiki locally