Guides
API Versioning
The SpaceGass API uses URL segment versioning. The version number is part of the URL path.
URL Format
Code
All current endpoints use v1:
Code
SDK Clients
The generated SDK clients have the version baked into the base URL, so you don't need to manage it:
Package Versioning
SDK and package versions mirror the SPACE GASS Desktop version to eliminate ambiguity:
| SPACE GASS Desktop | NuGet Package | PyPI Package |
|---|---|---|
| v15.0.2 | SpaceGassApi 15.0.2 | space-gass-api==15.0.2 |
| v15.1.0 | SpaceGassApi 15.1.0 | space-gass-api==15.1.0 |
Last modified on

