Cogniac / cogniac-sdk-py

Python SDK for Cogniac Public API
Apache License 2.0
5 stars 6 forks source link

Standardize constructor argument handling #126

Closed bda-cog closed 2 years ago

bda-cog commented 2 years ago

I had some unexpected behavior where the COG_URL_PREFIX env var took precedence over the url_prefix argument to CogniacConnection(). This behavior is in contrast to the other arguments, so I opened a PR to standardize the behavior.