Versioning
API Versioning is a critical component in the development and maintenance of web services. As RESTful APIs evolve, changes can be introduced that may not be backwards compatible. To mitigate this and avoid disruption that depend on your API, versioning is implemented.
At Kukipa, the API versioning is specified in the path of the URL, for example https://api.kulipa.xyz/v1
which indicates API version 1.
Usually, minor enhancements and bug resolutions are deployed without necessitating an increase in the API version number.