AspNetCore.ApiGateway 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package AspNetCore.ApiGateway --version 1.1.0
NuGet\Install-Package AspNetCore.ApiGateway -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AspNetCore.ApiGateway" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AspNetCore.ApiGateway --version 1.1.0
#r "nuget: AspNetCore.ApiGateway, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AspNetCore.ApiGateway as a Cake Addin
#addin nuget:?package=AspNetCore.ApiGateway&version=1.1.0

// Install AspNetCore.ApiGateway as a Cake Tool
#tool nuget:?package=AspNetCore.ApiGateway&version=1.1.0

Framework to help build your own Api Gateway. Out of the box simple Gateway facade.

Asp Net Core 3.

Supports:

  • Authorization
  • Swagger
  • Logging
  • Load balancing

Documentation

https://github.com/VeritasSoftware/AspNetCore.ApiGateway

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.1.0 153 1/8/2024
4.0.0 177 11/14/2023
3.6.2 283 4/12/2023
3.6.1 580 6/7/2022
3.6.0 461 4/25/2022
3.5.0 447 4/12/2022
3.4.1 424 3/28/2022
3.4.0 459 3/14/2022
3.3.0 490 1/17/2022
3.2.0 300 1/2/2022
3.1.0 308 1/2/2022
3.0.0 304 12/26/2021
2.0.0 411 6/7/2021
1.7.0 378 5/17/2021
1.6.0 382 3/3/2021
1.5.0 360 2/16/2021
1.4.0 369 1/27/2021
1.3.0 455 10/7/2020
1.2.0 634 9/7/2020
1.1.0 485 8/31/2020
1.0.1 993 5/5/2020
1.0.0 509 3/3/2020

Added load balancing support. No breaking changes.