Module handlers

Source
Expand description

§API Handlers

HTTP request handlers for the clean API layer.

Structs§

AppState
Application state shared across handlers
ExecActionRequest
Request body for unified exec_action endpoint
ExecuteQuery
Query parameters for operation execution
ExecuteRequest
Request body for operation execution

Functions§

discover_providers
Discovery endpoint - list all providers and their capabilities GET /providers
exec_action
Unified action execution endpoint POST /exec_action
execute_operation
Execute an operation POST /providers/{provider}/features/{feature}/operations/{operation}
get_feature
Get specific feature information GET /providers/{provider}/features/{feature}
get_operation
Get specific operation information GET /providers/{provider}/features/{feature}/operations/{operation}
get_provider
Get specific provider information GET /providers/{provider}
get_stats
Registry statistics GET /stats
health
Health check endpoint GET /health
list_routes
List all available routes GET /routes