python-connector-api
python-connector-api copied to clipboard
Feature request: add `api_base_url=DEFAULT_API_BASE_URL` argument to function `api.query_user_limits`
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.
I also have the impression that at this line username is not defined.