AspNetCore.ApiGateway
4.3.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package AspNetCore.ApiGateway --version 4.3.0
NuGet\Install-Package AspNetCore.ApiGateway -Version 4.3.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.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AspNetCore.ApiGateway --version 4.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AspNetCore.ApiGateway, 4.3.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.3.0 // Install AspNetCore.ApiGateway as a Cake Tool #tool nuget:?package=AspNetCore.ApiGateway&version=4.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Gateway as a RESTful Microservice Facade
Framework to help build your own Api Gateway. Out of the box, simple to use Gateway.
This project has been on-boarded by the .NET Foundation.
The Foundation has introduced it on their social media channels as a revolutionary Gateway.
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
Social Media
Documentation
Product | Versions 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.
-
net6.0
- EventStore.Client (>= 21.2.2)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 6.0.24)
- Microsoft.AspNetCore.SignalR.Client (>= 6.0.24)
- Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (>= 6.0.24)
- NJsonSchema (>= 10.9.0)
-
net7.0
- EventStore.Client (>= 21.2.2)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 7.0.13)
- Microsoft.AspNetCore.SignalR.Client (>= 7.0.13)
- Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (>= 7.0.13)
- NJsonSchema (>= 10.9.0)
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.5.0 | 98 | 9/30/2024 |
4.4.0 | 97 | 7/30/2024 |
4.3.0 | 120 | 7/1/2024 |
4.1.0 | 213 | 1/8/2024 |
4.0.0 | 213 | 11/14/2023 |
3.6.2 | 325 | 4/12/2023 |
3.6.1 | 612 | 6/7/2022 |
3.6.0 | 498 | 4/25/2022 |
3.5.0 | 482 | 4/12/2022 |
3.4.1 | 462 | 3/28/2022 |
3.4.0 | 500 | 3/14/2022 |
3.3.0 | 529 | 1/17/2022 |
3.2.0 | 329 | 1/2/2022 |
3.1.0 | 343 | 1/2/2022 |
3.0.0 | 339 | 12/26/2021 |
2.0.0 | 453 | 6/7/2021 |
1.7.0 | 419 | 5/17/2021 |
1.6.0 | 416 | 3/3/2021 |
1.5.0 | 395 | 2/16/2021 |
1.4.0 | 409 | 1/27/2021 |
1.3.0 | 490 | 10/7/2020 |
1.2.0 | 671 | 9/7/2020 |
1.1.0 | 511 | 8/31/2020 |
1.0.1 | 1,051 | 5/5/2020 |
1.0.0 | 547 | 3/3/2020 |
1. Added feature to create new default HttpClient, using HttpClientHandler, to hit all backend routes.
2. Various internal improvements.