Tag Archives: swagger

Swagger.ed for graphical visualization of APIs

Swagger.ed for graphical visualization of APIs

Swagger.ed for graphical visualization of APIs Swagger.ed is a chrome extension available for graphical display for our APIs exposed using swagger specification. The extension is directly available in Chrome Web Store. The package is offered by Chris Spiliotopoulos. If the extension is successfully installed, it displays these message. Plus an icon is available in toolbar… Continue reading »

Exposing ASP.Net Core Web API Documentation with Swagger

Exposing ASP.Net Core Web API Documentation with Swagger Swagger is one of the available options for API documentation and code generation. In this post, we are going to build swagger specification on top of the Student Service built in the last post [http://www.alternatestack.com/development/app-development/creating-web-apis-with-aspnet-core/] using ASP.Net Core. Let’s first add the required nuget packages. Here we… Continue reading »