Cogniac / cogniac-sdk-py

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

Use /1/ default version prefix if URL doesn't specify version. #102

Closed ah-cog closed 3 years ago

ah-cog commented 3 years ago

Supports backward compatibility for case when ._get, ._post, etc. are used without specifying a version prefix.

Follow-up to https://github.com/Cogniac/cogniac-sdk-py/pull/99/.