Expand description
§API Handlers
HTTP request handlers for the clean API layer.
Structs§
- AppState
- Application state shared across handlers
- Exec
Action Request - Request body for unified exec_action endpoint
- Execute
Query - Query parameters for operation execution
- Execute
Request - 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