Maarten Balliauw 3/8/2013

Custom media types for ASP.NET Web API versioning

Read Original

This technical article discusses the debate between URL-based and media type-based API versioning. It focuses on implementing custom media type versioning (like GitHub's API) for ASP.NET Web API by creating a custom IHttpControllerSelector to route requests based on the Accept HTTP header, complete with code samples.

Custom media types for ASP.NET Web API versioning

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week