Middleware to expose Swagger JSON endpoints from Azure Function APIs built on ASP.NET Core.
Info
Version: | 1.1.1 |
Author(s): | Swashbuckle.AspNetCore.AzureFunctions |
Last Update: | Saturday, November 17, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/bherila/Swashbuckle.AspNetCore.AzureFunctions |
NuGet Url: | https://www.nuget.org/packages/BH.Swashbuckle.AspNetCore.AzureFunctions |
Install
Install-Package BH.Swashbuckle.AspNetCore.AzureFunctions
dotnet add package BH.Swashbuckle.AspNetCore.AzureFunctions
paket add BH.Swashbuckle.AspNetCore.AzureFunctions
BH.Swashbuckle.AspNetCore.AzureFunctions Download (Unzip the "nupkg" after downloading)
Dependencies
- BH.Swashbuckle.AspNetCore.Annotations(>= 4.0.0)
- BH.Swashbuckle.AspNetCore.Swagger(>= 4.0.0)
- BH.Swashbuckle.AspNetCore.SwaggerGen(>= 4.0.0)
- Microsoft.AspNetCore.Mvc.ApiExplorer(>= 2.1.1)
- Microsoft.AspNetCore.Mvc.Core(>= 2.1.3)
- Microsoft.AspNetCore.Mvc.DataAnnotations(>= 2.1.1)
- Microsoft.AspNetCore.Mvc.Formatters.Json(>= 2.1.1)
- Microsoft.Azure.WebJobs.Extensions.Http(>= 3.0.0)
Tags