-
Notifications
You must be signed in to change notification settings - Fork 6
Versioning
adrian-gomez edited this page Sep 16, 2014
·
1 revision
API versioning with Angus is done by URL. This means that you can easily have more than one version of you service running in the same url and do the corresponding redirection based in the requested version.
Support for multiple versions in the same process was considered and even implemented but it was later removed because it proved to be hard to maintain an app that had to expose multiple versions in the same process.
But the version was kept in the url so that it was easy to have multiple process running with different versions and have Nginx or Apache route the requests the right one.