No method for One Call API
polar-webspark opened this issue · 4 comments
polar-webspark commented
https://api.openweathermap.org/data/2.5/onecall?lat={lat}&lon={lon}&exclude={part}&appid={API key}
I need to call this api endpoint but there is no method for it
mbomb007 commented
I agree, and this should be a high priority, as this only consumes a single API call. Since you only get 1,000 free API calls per day, getting everything in a single call is a huge gain.
mbomb007 commented
I also noticed that this library is using the UV Index API, which was retired on 1st April 2021. https://openweathermap.org/api/uvi
They say the replacement is the One Call API.
shmaltz commented
+1 for this.
I need to get the 8 day forecast and with the OneCall API it is free.
This would be great!