pub fn fetch_driver_standings(
season: &str,
) -> AppResult<ApiResponse<DriverStandingsData>>Expand description
Fetches driver standings for a given season (“current” or “2024”).
pub fn fetch_driver_standings(
season: &str,
) -> AppResult<ApiResponse<DriverStandingsData>>Fetches driver standings for a given season (“current” or “2024”).