AlienDwarf / open-meteo-dotnet

A .Net library for the Open-Meteo.com API.
MIT License
28 stars 9 forks source link

Add forecast_days query parameter #32

Open Toreole opened 7 months ago

Toreole commented 7 months ago

The forecast_days parameter allows for getting forecasts for a specific number of days in an easier way compared to using start and end dates. Additionally adding a check to prevent both forecast_days and past_days to be included alongside start_date and end_date, as that causes an error to be returned by the openMeteo API.