How to version an API to easily deploy many versions?
Last Updated on 30/05/2021 by Patryk Bandurski We version the APIs to track the changes we made to them. Most of the time, it is sufficient to host just a single, major version of the API. However, there are cases when we need to host the previous version for backward compatibility reasons. In this article,…