JHershey69 / OpenWeatherOneCall

Open Weather One Call library to gather current, hourly (48), and 7 day weather for your current location
GNU General Public License v3.0
37 stars 11 forks source link

API 2.5 vs 3.0 #47

Closed Brown-onion closed 6 months ago

Brown-onion commented 6 months ago

The API request for 2.5 seems to not be supported by OpenWeatherOneCall anymore. I believe 3.0 is but haven't figured out how to change the URL in the library to test it. the library calls http://api.openweathermap.org:80/data/2.5/onecall And I believe it needs to call http://api.openweathermap.org:80/data/3.0/onecall

JHershey69 commented 6 months ago

Thank you, it has been updated and should be pushed out within the hour.