Soenneker.Loops.ClientUtil
4.0.554
Prefix Reserved
See the version list below for details.
dotnet add package Soenneker.Loops.ClientUtil --version 4.0.554
NuGet\Install-Package Soenneker.Loops.ClientUtil -Version 4.0.554
<PackageReference Include="Soenneker.Loops.ClientUtil" Version="4.0.554" />
<PackageVersion Include="Soenneker.Loops.ClientUtil" Version="4.0.554" />
<PackageReference Include="Soenneker.Loops.ClientUtil" />
paket add Soenneker.Loops.ClientUtil --version 4.0.554
#r "nuget: Soenneker.Loops.ClientUtil, 4.0.554"
#:package Soenneker.Loops.ClientUtil@4.0.554
#addin nuget:?package=Soenneker.Loops.ClientUtil&version=4.0.554
#tool nuget:?package=Soenneker.Loops.ClientUtil&version=4.0.554
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.390)
- Soenneker.Loops.OpenApiClient (>= 4.0.151)
- Soenneker.Utils.AsyncSingleton (>= 4.0.829)
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.579 | 0 | 9/5/2026 |
| 4.0.578 | 26 | 9/5/2026 |
| 4.0.577 | 41 | 9/4/2026 |
| 4.0.576 | 32 | 9/4/2026 |
| 4.0.575 | 47 | 9/4/2026 |
| 4.0.574 | 30 | 9/4/2026 |
| 4.0.573 | 56 | 9/4/2026 |
| 4.0.572 | 48 | 9/4/2026 |
| 4.0.571 | 46 | 9/4/2026 |
| 4.0.570 | 48 | 9/4/2026 |
| 4.0.569 | 54 | 9/4/2026 |
| 4.0.568 | 35 | 9/4/2026 |
| 4.0.567 | 38 | 9/4/2026 |
| 4.0.566 | 45 | 9/3/2026 |
| 4.0.565 | 60 | 9/3/2026 |
| 4.0.564 | 43 | 9/2/2026 |
| 4.0.563 | 81 | 9/1/2026 |
| 4.0.562 | 103 | 9/1/2026 |
| 4.0.561 | 100 | 9/1/2026 |
| 4.0.554 | 104 | 8/31/2026 |
Update dependency Soenneker.Loops.OpenApiClient to 4.0.151 (#1068)