seermedical / seer-py

Python SDK for the Seer data platform
MIT License
27 stars 10 forks source link

Pass `api_url` as correct param #145

Closed norrishd closed 3 years ago

norrishd commented 3 years ago

In get_auth, args are passed in the wrong order to SeerApiKeyAuth, meaning the api_url is interpreted as the api_key at present.