-
Notifications
You must be signed in to change notification settings - Fork 0
Usage Guide
Rishap Gandhi edited this page Jun 15, 2026
·
1 revision
Open DevTools → "API Diff" tab. Browse your app — all JSON API calls appear in the left panel.
Default environments: Local (localhost:8000), Staging, Production. Edit via extension settings.
Click any captured request. It replays against all configured environments in parallel.
- 🟢 Green = field added in right environment
- 🔴 Red = field removed from right environment
- 🟡 Yellow = value changed
Paths shown as user.profile.name for nested objects.