Thursday, December 03, 2015

Documenting Web API with Swagger & Swashbuckle

ASP.NET Web API Documentation using Swagger - Bit of Technology

"Swagger is a framework for describing, consuming, and visualizing RESTful APIs. 
...
The nice thing about Swashbuckle that it has no dependency on ASP.NET MVC, so there is no need to include any MVC Nuget packages in order to enable API documentation, as well Swashbuckle contains an embedded version of swagger-ui which will automatically serve up once Swashbuckle is installed."

Asp.Net Web Api Swagger

Create a REST service using ASP.NET Web API and SQL Database in Azure App Service