High Code Use Cases

Web app services

Overview

This documentation provides a step-by-step guide on how to integrate versioning into a web app service using a versioning API. This approach allows the application to retrieve and update its version information through HTTP requests, leveraging the versioning API. The versioning API ensures that version management is centralized and easily accessible.

API Endpoints

Get Version: [GET] api.versioning.tools/semver/{serviceId}

Increase Version: [POST] api.versioning.tools/semver/{serviceId}

Last updated