Dependency Injection
Dependency Injection for the .NET SDK.
Register in DI
Register once at startup and inject ISOASAPClient into services and endpoints.
builder.Services.AddSoasap("YOUR_API_KEY").PreloadFlags();
Dependency Injection for the .NET SDK.
Register once at startup and inject ISOASAPClient into services and endpoints.
builder.Services.AddSoasap("YOUR_API_KEY").PreloadFlags();