A common strategy in API versioning is to use _________ to indicate the stability and level of changes in the API.

  • Payload Versioning
  • Query Parameter Versioning
  • Semantic Versioning
  • URL Versioning
Semantic versioning is a common strategy in API versioning. It uses a three-part version number (e.g., MAJOR.MINOR.PATCH) to indicate the stability and level of changes in the API. This versioning approach helps developers understand the impact of updates and facilitates compatibility management.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *