Soenneker.Loops.Client 4.0.397

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Loops.Client --version 4.0.397
                    
NuGet\Install-Package Soenneker.Loops.Client -Version 4.0.397
                    
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.Client" Version="4.0.397" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Loops.Client" Version="4.0.397" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Loops.Client" />
                    
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.Client --version 4.0.397
                    
#r "nuget: Soenneker.Loops.Client, 4.0.397"
                    
#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.Client@4.0.397
                    
#: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.Client&version=4.0.397
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Loops.Client&version=4.0.397
                    
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.Client

Reuse an authenticated HTTP client for the Loops email API.

Install

dotnet add package Soenneker.Loops.Client

Configure and register

{ "Loops": { "ApiKey": "<API key>" } }
services.AddLoopsHttpClientAsSingleton();

The returned client targets https://app.loops.so/api/v1/ and sends Authorization: Bearer <API key>. Use the scoped registration only when each scope should own its transport; provider instances use isolated cache keys.

HttpClient client = await loopsHttpClient.Get(cancellationToken);
HttpResponseMessage response = await client.GetAsync("contacts/find?email=person%40example.com", cancellationToken);
response.EnsureSuccessStatusCode();

Repeated calls reuse the provider's client. The provider owns it; let the service container dispose the 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.Client:

Package Downloads
Soenneker.Loops.ClientUtil

Provides a lazily created Loops generated client over the shared authenticated transport

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.434 0 9/17/2026
4.0.433 0 9/16/2026
4.0.432 5 9/16/2026
4.0.431 18 9/16/2026
4.0.430 66 9/16/2026
4.0.429 104 9/16/2026
4.0.428 55 9/16/2026
4.0.427 121 9/15/2026
4.0.425 542 9/13/2026
4.0.424 95 9/13/2026
4.0.423 113 9/13/2026
4.0.422 96 9/13/2026
4.0.421 88 9/13/2026
4.0.420 88 9/12/2026
4.0.419 122 9/12/2026
4.0.418 123 9/12/2026
4.0.417 93 9/12/2026
4.0.416 84 9/12/2026
4.0.415 172 9/9/2026
4.0.397 194 9/3/2026
Loading failed

Updated Soenneker.Utils.HttpClientCache to 4.0.2052