Soenneker.Loops.Client 4.0.434

Prefix Reserved
dotnet add package Soenneker.Loops.Client --version 4.0.434
                    
NuGet\Install-Package Soenneker.Loops.Client -Version 4.0.434
                    
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.434" />
                    
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.434" />
                    
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.434
                    
#r "nuget: Soenneker.Loops.Client, 4.0.434"
                    
#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.434
                    
#: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.434
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Loops.Client&version=4.0.434
                    
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 184 9/17/2026
4.0.433 102 9/16/2026
4.0.432 97 9/16/2026
4.0.431 103 9/16/2026
4.0.430 137 9/16/2026
4.0.429 163 9/16/2026
4.0.428 100 9/16/2026
4.0.427 166 9/15/2026
4.0.425 577 9/13/2026
4.0.424 100 9/13/2026
4.0.423 125 9/13/2026
4.0.422 101 9/13/2026
4.0.421 95 9/13/2026
4.0.420 91 9/12/2026
4.0.419 132 9/12/2026
4.0.418 132 9/12/2026
4.0.417 100 9/12/2026
4.0.416 88 9/12/2026
4.0.415 180 9/9/2026
4.0.414 142 9/9/2026
Loading failed

Updated Multiple NuGet packages