REST API
REST APIs can be found in our API Reference and are prefixed by a version number. This version number is the major version number for the API. Any time SGP releases breaking changes, they will be grouped together into a new major version upgrade. Any past APIs that are replaced will then be placed on a deprecation schedule. That schedule is shown below. Any minor version upgrades or patches will be done in-place under the latest API version.Python SDK
Our Python SDK can be found on PyPI under the package named scale-egp. This SDK follows SemVer versioning semantics which adheres to the following rules: Given a version numberMAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes
- MINOR version when you add functionality in a backward compatible manner
- PATCH version when you make backward compatible bug fixes

