mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 18:28:25 +08:00
Introduces a JavaScript setup script that defines the `ad` helper object. This `ad` object exposes APIs for manipulating request data, accessing response details, and managing environment variables within scripts. Adds an `evaluate` function to execute JS code using the `flutter_js` runtime and log results or errors. This establishes the core infrastructure for pre-request and post-response scripting.