Swashbuckle is an open source framework which adds Swagger and Swagger-ui to ASP.
all. I am trying to document a WebApi 2 using Swashbuckle package. All works great if the API is running by …
c# rest asp.net-web-api swagger swashbuckleI created an asp.net webapi application which is using Individual Account Security so that the Bearer token is enabled …
swagger swagger-ui swashbuckleImplementing Swashbuckle/Swagger with .net Core 2 API I am now receiving the 500 error when accessing swagger.json: NotSupportedException: Ambiguous HTTP …
.net asp.net-core swagger swashbuckleI am using Swagger as my API tooling framework and it is working out great so far. I just came …
c# asp.net-core-webapi swagger-ui restful-url swashbuckleI'm at a point where I really need API documentation for my WebAPI 2 project, and I used the Swashbuckle 5 NuGet …
c# iis asp.net-web-api swashbuckleOut of the box configuration works perfectly on my machine, no problems at all. But when I deploy to our …
c# asp.net-web-api swagger-ui swashbuckleHow do I define default value for property in swagger generated from following API? public class SearchQuery { public string OrderBy { …
c# asp.net-core swagger asp.net-core-2.0 swashbuckleYou can add a comment on the methods like the example below but what about adding comments to the request …
c# asp.net-core swagger swashbuckleHow do I annotate my ASP.NET WebAPI actions so that the swagger metadata includes the content-types that my resources …
asp.net-web-api2 swagger-2.0 swashbuckleI have integrated swagger in WebApi 2 application. It works fine when application has single controller. When I added second controller …
c# asp.net-web-api swagger asp.net-web-api-routing swashbuckle