Minimal starter showing how to capture API responses from a page by listening to network traffic.
| API | Description |
|---|---|
sample-capture-api |
Navigates to a URL and captures all JSON responses whose URL matches the given pattern |
uv syncIf the intuned CLI is not installed, install it globally:
npm install -g @intuned/cliintuned dev run api sample-capture-api .parameters/api/sample-capture-api/default.jsonintuned dev provisionintuned dev deploystarter-network-interception/
├── api/
│ └── sample-capture-api.py # Captures API responses matching a URL pattern
├── intuned-resources/
│ └── jobs/
│ └── sample-capture-api.job.jsonc
├── .parameters/
│ └── api/
│ └── sample-capture-api/
│ └── default.json
├── Intuned.jsonc
├── pyproject.toml
└── README.md