References¶
While developing Cadwyn, I went through countless resources on API versioning. The following are the most unique and helpful ones I managed to find.
Cadwyn-style API versioning¶
Articles¶
- API versioning at Stripe
- API versioning at Intercom
- Rolling versions at Convoy
- Breaking things without breaking things at Keygen
- API versioning at LinkedIn Marketing
Projects¶
Python¶
Golang¶
- Pinned
- Request migrations for Go (by the author of Convoy)
Ruby¶
PHP¶
Overview articles on API versioning¶
- Developing an API
- API versioning has no right way
- The tricks of API versioning
- Versioning API in Django REST framework
Other articles on API versioning¶
- Postman API Platform: API versioning
- Four REST API versioning strategies
- The ultimate guide to microservices versioning: best practices
- ASP.NET API versioning on GitHub
- API versioning at SuperJob
- Better API versioning with semantic versioning in Django REST framework
- How Badoo versions its API for internal clients