32
loading...
This website collects cookies to deliver better user experience
Disclaimer: This post includes Amazon affiliate links. If you click on one of them and you make a purchase I'll earn a commission. Please notice your final price is not affected at all by using those links.
X.Y.Z
, where:X
: represents a major value,Y
: represents a minor value, andZ
: represents a patch value,Given a version number MAJOR.MINOR.PATCH, increment the:
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
GET https://todo.app/**v1**/tasks/{taskId}
GET https://todo.app/**v2**/tasks/{taskId}
Blogs: Get
API:GET https://**v1**.todo.app/tasks/{taskId}
GET https://**v2**.todo.app/tasks/{taskId}
GET https://todo.app/tasks/{taskId}?**v=1**
GET https://todo.app/tasks/{taskId}?**v=2**
GET https://dev.azure.com/{organization}/_apis/{area}/{resource}?api-version=1.0
switch
-like style or map
-based functions; or literally implement a new microservice and use a gateway,GET -H **"Version: <VERSION>"** https://todo.app/tasks/{taskId}
, or GET -H **"Accept: application/vnd.todo.<VERSION>+json"** https://todo.app/tasks/{taskId}
switch
-like style or map
-based functions; or literally implement a new microservice and use a gateway,GET https://todo.app/v1/tasks/{taskId}
PUT https://todo.app/v1/tasks/{taskId}
PUT https://todo.app/v2/tasks/{taskId}