Soenneker.Loops.ClientUtil 4.0.558

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Loops.ClientUtil --version 4.0.558
                    
NuGet\Install-Package Soenneker.Loops.ClientUtil -Version 4.0.558
                    
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="Soenneker.Loops.ClientUtil" Version="4.0.558" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Loops.ClientUtil" Version="4.0.558" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Loops.ClientUtil" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Loops.ClientUtil --version 4.0.558
                    
#r "nuget: Soenneker.Loops.ClientUtil, 4.0.558"
                    
#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.
#:package Soenneker.Loops.ClientUtil@4.0.558
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Loops.ClientUtil&version=4.0.558
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Loops.ClientUtil&version=4.0.558
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.621 0 9/26/2026
4.0.620 0 9/26/2026
4.0.619 0 9/25/2026
4.0.618 37 9/25/2026
4.0.617 33 9/25/2026
4.0.616 44 9/24/2026
4.0.615 39 9/24/2026
4.0.614 83 9/23/2026
4.0.613 112 9/21/2026
4.0.612 128 9/17/2026
4.0.611 114 9/17/2026
4.0.610 90 9/16/2026
4.0.609 87 9/16/2026
4.0.608 118 9/16/2026
4.0.607 122 9/16/2026
4.0.606 114 9/16/2026
4.0.605 91 9/16/2026
4.0.604 89 9/15/2026
4.0.603 87 9/15/2026
4.0.558 122 8/31/2026
Loading failed

Update dependency Soenneker.Loops.Client to 4.0.393 (#1071)