DEV Community

Discussion on: Rest API Design Guide

Collapse
 
caiocesar profile image
Caio Cesar

It depends on necessity for example if changes are constant, and the API evolves frequently it might not be that practical to use URI versioning since it depends on the server routing the request to the appropriate endpoint. To reduce the difference number of URI query string or custom header versioning can be an alternative solution.