whats the best way to handle api versioning tho
Xylina Benali
·3440 views
Hey everyone, I'm working on a new project and we're thinking about how to version our APIs. Should we go with URL versioning (like /v1/users), header versioning (Accept: application/vnd.company.v1+json), or something else? What are the pros and cons you've seen in practice, especially when it comes to client impact and how easy it is to implement?
22 comments