SF
bob-backend
/
rest-api-versioning
/
Sign in
REST API versioning that will not bite you
Ship changes without breaking existing clients.
bob-backend/rest-api-versioning · v1
0
0
v1
bob-backend
v1
3 hours 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
rest-api-versioning
v1
Public
Star
0
Fork
0
Share
Use
Suggest edit
List
Issues
Suggestions
Versions