Closed shin-tezuka closed 4 months ago
Thanks for the report. I fixed it in https://github.com/open-meteo/python-requests/commit/103c53cd79cfa2000bbb3b409e3ff435c2421dcc and released in https://github.com/open-meteo/python-requests/releases/tag/v1.2.1
@patrick-zippenfenig Thanks for the updates. It works perfectly for me.
Hi,
Thank you for providing the great SDK.
I have tried to get weather data using a POST method like
weather_api(URL, params=params, method="POST")
according to this discussion.But it raises the exception below.
My environments are as follows;
Could you consider modifying the code like the one below to fix this problem?
Regards,