python-connector-api icon indicating copy to clipboard operation
python-connector-api copied to clipboard

Feature request: add `api_base_url=DEFAULT_API_BASE_URL` argument to function `api.query_user_limits`

Open ivankeller opened this issue 3 years ago • 1 comments

We request Meteomatics API through a corporate proxy using the function query_time_series that has api_base_url argument.
We also want to request for user limits but the function query_user_limits does not allow to specify the API url and uses the default one, which make Meteomatics API not accessible from our system by this function.

ivankeller avatar Oct 29 '22 23:10 ivankeller

I also have the impression that at this line username is not defined.

ivankeller avatar Oct 31 '22 14:10 ivankeller