AspNetCore.ApiGateway 4.1.0

dotnet add package AspNetCore.ApiGateway --version 4.1.0
NuGet\Install-Package AspNetCore.ApiGateway -Version 4.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="4.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AspNetCore.ApiGateway --version 4.1.0
#r "nuget: AspNetCore.ApiGateway, 4.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=4.1.0

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

Gateway as a RESTful Microservice Facade

Framework to help build your own Api Gateway. Out of the box, simple to use Gateway as a RESTful Microservice Facade.

This project has been on-boarded by the .NET Foundation.

Read more on the Project website

Features:

  • Swagger
  • Authorization
  • Filters
  • Action
  • Exception
  • Result
  • Load balancing
  • Response caching
  • Web sockets
  • Event sourcing
  • Request aggregation
  • Middleware service
  • Logging
  • Clients available in
    • .NET
    • Typescript

Documentation

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

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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. 
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 163 1/8/2024
4.0.0 179 11/14/2023
3.6.2 284 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 309 1/2/2022
3.0.0 305 12/26/2021
2.0.0 411 6/7/2021
1.7.0 378 5/17/2021
1.6.0 383 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 995 5/5/2020
1.0.0 511 3/3/2020

1. Swapped Newtonsoft json to system.text.json
2. Re-named gateway url route variables.