Relative Content

Tag Archive for asp.net-mvc-web-api

How to support different API Versions

I am writing a Rest API and am wondering how best to handle supporting the different versions. By this I don’t mean how to define a URI as V2 or V3, but rather how to structure the code given that it’d need to:

Web API architecture design

I’m learning and diving into Web API. I’ve used web services before but not specifically with web API. Below is how I am designing it so far and I was curious on the feedback.