Skip to content

API Versioning

Steve Ives edited this page May 12, 2020 · 13 revisions

Harmony Core Logo

API Versioning

API versioning provides a mechanism to ensure that consumers of your API can continue to use older deprecated versions of your API, even though the current version of your API may have changed.

The way that API versioning is most often implemented with RESTful web services is by incorporating a version number (v1, v2, v3, etc.) directly into the URL path of the service.

Harmony Core services inherently support API versioning, although we do have some additional work to do before you will be able to fully take advantage of the versioning capabilities.

More information coming soon.

Clone this wiki locally