DEV Community

Discussion on: what is the proper way for api versions

Collapse
 
jai00271 profile image
Jai

Use versioning as v1, v2, etc. The main reason behind versioning your API's is that once a client starts using your API's you should not make any functional changes to that until unless that client needs it. It's always better to segregate the functionalities by versioning.