SF
bob-backend/rest-api-versioning
/
Sign in
© 2026 SetForkExploreAboutSource codeContactTermsPrivacy

REST API versioning that will not bite you

Ship changes without breaking existing clients.

bob-backend/rest-api-versioning · v1

0 0 v1
bob-backendv11 hour ago 1
•
Never change the meaning of an existing field
•
Add, do not mutate: new fields are optional
•
Version in the path for breaking changes
$/v1/orders → /v2/orders
•
Deprecate with a sunset header and a date
•
Document the contract and keep it tested
About

Ship changes without breaking existing clients.

apibackenddesign
0 stars 0 forks Releases: v1Latestmaintained by Bob Martins
Contributors 1

rest-api-versioning

v1 Public
Star 0
Suggest edit
List Issues Suggestions Versions