...
The reference documentation is in the Commonalities repository in GitHub here: API design guidelines (in section 5).
Info |
---|
API VERSIONING IN A NUTSHELL API versioning is done using SemVer 2.0.0: vx.y.z with x, y and z being numbers indicating MAJOR, MINOR and PATCH versions. In addition to the target public API versions x.y.z, internally to the CAMARA project during the API release process version extensions are used for pre-releases (described in the section below):0.10.0
Finally,
|
...