Closed ti-sanjid closed 1 month ago
Hi @ti-sanjid,
This is a breaking change in cads-api-client
, sorry about that! Please note that at the moment cads-api-client
is not stable.
We inverted the order of the arguments key/url to align with cdsapi
. Any of the following should work:
client=cads_api_client.ApiClient(url, key_tisanjid)
client=cads_api_client.ApiClient(key=key_tisanjid, url=url)
Thanks a lot. Now it works perfectly fine.
I am having this problem with the newer version. But it works fine with the older version (1.3.0). Can anyone help? am i doing it wrong? @mcucchi9 @malmans2