Versioning๏ƒ

Some clients have multiple versions, and the versioning is done by setting the version when constructing a new client.

Note

All clients have a default version, and if you donโ€™t specify a version, the default version will be used. The default version is the oldest version available at the time of the clientโ€™s release.

To use the latest version available, you can use the LATEST enum.

CatalogItems(version=CatalogItemsVersion.LATEST)