Skip to main content

testing_discover

Function testing_discover 

Source
pub async fn testing_discover(
    api: &ReqwestGatewayApi,
    project: &str,
) -> Result<Value, CoreError>
Expand description

POST …/testing/run with {"discover": true} — the module list (the route is POST-ONLY: the two-method doGet+doPost config does not register on live 8.3.6 — both methods read disabled → 501; live-pinned, so discover rides the POST body). Answers {"discovered_modules": [...], "count": N}.