I offer a small Web Services API to my clients which I plan to evolve over time. So I need some sort of versioning, but I can\'t find any information about how you do someth
Add the "API version number" as parameter in all your API's then implement strategy pattern in your web service code where version number dictates what strategy to use.