ecmwf / ecmwf-api-client

Python API to access ECMWF archive
Apache License 2.0
67 stars 20 forks source link

Fail fast when an invalid API access key is provided #19

Closed cristian-codorean closed 2 years ago

cristian-codorean commented 2 years ago

Compared to the existing implementation where we fail silently and fall back to the next available method of providing an API access key, ultimately ending up using anonymous access.