Expand description
HTTP handlers for API change forecasting
This module provides endpoints for querying and managing forecasts.
Structs§
- Forecast
List Response - Response for forecast list
- Forecasting
State - State for forecasting handlers
- List
Forecasts Query - Query parameters for listing forecasts
- Refresh
Forecasts Request - Request to refresh forecasts
Functions§
- forecasting_
router - Create router for forecasting endpoints
- get_
endpoint_ forecasts - Get endpoint-level forecasts (no database)
- get_
service_ forecasts - Get service-level forecasts (no database)
- list_
forecasts - List forecasts (no database)
- refresh_
forecasts - Refresh forecasts (no database)