pub async fn list_forecasts(
__arg0: State<ForecastingState>,
__arg1: Query<ListForecastsQuery>,
) -> Result<Json<ForecastListResponse>, StatusCode>Expand description
List forecasts (no database)
GET /api/v1/forecasts
pub async fn list_forecasts(
__arg0: State<ForecastingState>,
__arg1: Query<ListForecastsQuery>,
) -> Result<Json<ForecastListResponse>, StatusCode>List forecasts (no database)
GET /api/v1/forecasts