sopel-irc / sopel-weather

A working re-implementation of the weather plugin for Sopel
MIT License
6 stars 7 forks source link

openmeteo: API now handles URI-encoded commas properly #45

Closed dgw closed 1 year ago

dgw commented 1 year ago

We can go back to the original parameter style I wanted to use for daily & hourly fields, and stop sending API requests with a bunch of redundant field names due to how requests builds GET URIs from array params.

This is thanks to https://github.com/open-meteo/open-meteo/commit/5fd0cd1fcf21df4577f4ad9eda95d7a5e699d0db fixing open-meteo/open-meteo#192