DEV Community

Discussion on: RESTful API design concerns

Collapse
 
piczmar_0 profile image
Marcin Piczkowski

Thanks for pointing this out. I prefer versioning using headers instead of path. In the initial release I do not require any version headers and then try to maintain API changes so that they are backward compatible as long as possible. Finally, if this is really a must to version the API then I would add version headers.