README_Net_Client.md

February 12, 2026 ยท View on GitHub

Api Gateway Client (.Net)

PackagesVersion & Downloads
AspNetCore.ApiGateway.ClientNuget Version

The .Net client application can talk to the Api Gateway using the Client.

Wire up the Client for dependency injection in your app, using an extension.

services.AddApiGatewayClient(settings => settings.ApiGatewayBaseUrl = "http://localhost");

Then, you can inject IApiGatewayClient in your app.

You can go through these Integration Tests to see how the Client is used.

.Net Client - Microservice version - Integraton Tests

.Net Client - Minimal API version - Integraton Tests