Backward Compatibility

Backend & APIs

API Versioning Is a Deprecation Problem, Not a URL Problem

Choosing between /v1/ and a header is the easy decision. The hard part is getting clients off old versions, which…

Read More »
Backend & APIs

Versioning an API in the URL Is the Most Honest Option, Not the Best One

URL versioning is the most visible and least subtle way to version an API, which is exactly why it is…

Read More »
Back to top button