Soenneker.Loops.ClientUtil
4.0.596
Prefix Reserved
See the version list below for details.
dotnet add package Soenneker.Loops.ClientUtil --version 4.0.596
NuGet\Install-Package Soenneker.Loops.ClientUtil -Version 4.0.596
<PackageReference Include="Soenneker.Loops.ClientUtil" Version="4.0.596" />
<PackageVersion Include="Soenneker.Loops.ClientUtil" Version="4.0.596" />
<PackageReference Include="Soenneker.Loops.ClientUtil" />
paket add Soenneker.Loops.ClientUtil --version 4.0.596
#r "nuget: Soenneker.Loops.ClientUtil, 4.0.596"
#:package Soenneker.Loops.ClientUtil@4.0.596
#addin nuget:?package=Soenneker.Loops.ClientUtil&version=4.0.596
#tool nuget:?package=Soenneker.Loops.ClientUtil&version=4.0.596
Soenneker.Loops.ClientUtil
Create and reuse an authenticated Loops generated client over the shared HTTP transport.
Install
dotnet add package Soenneker.Loops.ClientUtil
Configure and register
{ "Loops": { "ApiKey": "<API key>" } }
services.AddLoopsClientUtilAsScoped();
The scoped utility deliberately keeps ILoopsHttpClient singleton. Disposing a scope releases its generated-client wrapper without tearing down the transport used by later scopes. Use the singleton registration when the wrapper should also live for the application lifetime.
LoopsOpenApiClient client = await clientUtil.Get(cancellationToken);
Follow the generated request builders from client to contacts, events, transactional email, and mailing-list operations. Authentication is supplied by the underlying HTTP provider, so Kiota does not add a second bearer header. Let the service container dispose the utility and provider.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Soenneker.Loops.Client (>= 4.0.419)
- Soenneker.Loops.OpenApiClient (>= 4.0.168)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Soenneker.Loops.ClientUtil:
| Package | Downloads |
|---|---|
|
Soenneker.Loops.Contacts
Creates, updates, finds, and deletes Loops contacts by email address |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.602 | 20 | 9/13/2026 |
| 4.0.601 | 40 | 9/13/2026 |
| 4.0.600 | 52 | 9/13/2026 |
| 4.0.599 | 48 | 9/13/2026 |
| 4.0.598 | 52 | 9/13/2026 |
| 4.0.597 | 39 | 9/13/2026 |
| 4.0.596 | 66 | 9/12/2026 |
| 4.0.595 | 60 | 9/12/2026 |
| 4.0.594 | 42 | 9/12/2026 |
| 4.0.593 | 47 | 9/12/2026 |
| 4.0.592 | 47 | 9/12/2026 |
| 4.0.591 | 135 | 9/10/2026 |
| 4.0.590 | 87 | 9/9/2026 |
| 4.0.589 | 63 | 9/9/2026 |
| 4.0.588 | 80 | 9/8/2026 |
| 4.0.587 | 50 | 9/8/2026 |
| 4.0.586 | 62 | 9/8/2026 |
| 4.0.585 | 94 | 9/8/2026 |
| 4.0.584 | 119 | 9/8/2026 |
| 4.0.583 | 113 | 9/8/2026 |
Updated Multiple NuGet packages