Adds the SwaggerRequestExample and SwaggerResponseExample attribute for Swashbuckle. This will populate the example property of a schema object in the output swagger.
Seamlessly adds a Swagger to WebApi projects! Compiled for .NET 4.5 and up. This helps with mono compatability and does not require any assembly redirects.
Seamlessly adds a Swagger to WebApi projects! Compiled for .NET 4.5 and up. This helps with mono compatability and does not require any assembly redirects.
Swagger UI is written by the wordnik folks and allows one to interact with a REST API that is documented using the Swagger spec (including swagger's code gen tools). This package makes the latest available for the .NET community.
This is packaged with a pre-release version of Swagger.Net which...
More information
Adds the SwaggerRequestExample and SwaggerResponseExample attribute for Swagger-Net. This will populate the example property of a schema object in the output swagger. This is a fork from Swashbuckle.Examples
this is a customized swagger for a better compatibility with asp.net api, should work well with autorest
services.AddSwaggerGen(options =>
{
//options
});
app.UseSwagger(options =>
{
//options
});
Adds the SwaggerRequestExample and SwaggerResponseExample attribute for Swagger-Net. This will populate the example property of a schema object in the output swagger. This is a fork from Swashbuckle.Examples