This package helps render Open API document and Swagger UI through Azure Functions endpoints.
Info
Version: | 3.1.1 |
Author(s): | Justin Yoo |
Last Update: | Monday, August 31, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/aliencube/AzureFunctions.Extensions |
NuGet Url: | https://www.nuget.org/packages/Aliencube.AzureFunctions.Extensions.OpenApi.Core |
Install
Install-Package Aliencube.AzureFunctions.Extensions.OpenApi.Core
dotnet add package Aliencube.AzureFunctions.Extensions.OpenApi.Core
paket add Aliencube.AzureFunctions.Extensions.OpenApi.Core
Aliencube.AzureFunctions.Extensions.OpenApi.Core Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Aliencube.AzureFunctions.Extensions.Configuration.AppSettings(>= 1.2.0)
- Microsoft.Azure.WebJobs.Extensions.Http(>= 3.0.0)
- Microsoft.OpenApi(>= 1.1.2)
- Newtonsoft.Json(>= 11.0.2)
- System.IO.FileSystem.Primitives(>= 4.3.0)
- System.Runtime.Handles(>= 4.3.0)
- System.Runtime.InteropServices(>= 4.3.0)
- Aliencube.AzureFunctions.Extensions.Configuration.AppSettings(>= 1.2.0)
- Aliencube.AzureFunctions.Extensions.Configuration.Json(>= 2.1.1.1)
- Microsoft.Azure.WebJobs.Extensions.Http(>= 1.1.0)
- Microsoft.OpenApi(>= 1.1.2)
- Newtonsoft.Json(>= 9.0.1)
- System.IO.FileSystem.Primitives(>= 4.3.0)
- System.Runtime.Handles(>= 4.3.0)
- System.Runtime.InteropServices(>= 4.3.0)
Tags