Amadej Krepek

Results 1 issues of Amadej Krepek

I have ASP.NET CORE 6 WEB API. ![image](https://github.com/AlienDwarf/open-meteo-dotnet/assets/59646470/d1149d5f-db16-44b6-881d-f5f6efacc85f) Below is my code: public async Task GetForecast() { _logger.LogInformation("Getting all Forecasts..."); OpenMeteoClient client = new OpenMeteoClient(); HourlyOptionsParameter[] parameters = new HourlyOptionsParameter[]...

bug