Soenneker.Loops.Client 4.0.391

Prefix Reserved
dotnet add package Soenneker.Loops.Client --version 4.0.391
                    
NuGet\Install-Package Soenneker.Loops.Client -Version 4.0.391
                    
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.391" />
                    
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.391" />
                    
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.391
                    
#r "nuget: Soenneker.Loops.Client, 4.0.391"
                    
#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.391
                    
#: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.391
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Loops.Client&version=4.0.391
                    
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.391 0 8/31/2026
4.0.390 0 8/31/2026
4.0.389 0 8/31/2026
4.0.388 0 8/31/2026
4.0.387 0 8/30/2026
4.0.386 26 8/30/2026
4.0.385 52 8/30/2026
4.0.384 42 8/30/2026
4.0.383 51 8/30/2026
4.0.382 50 8/30/2026
4.0.381 44 8/29/2026
4.0.380 68 8/29/2026
4.0.379 101 8/26/2026
4.0.378 56 8/26/2026
4.0.377 58 8/26/2026
4.0.376 39 8/26/2026
4.0.375 81 8/25/2026
4.0.374 154 8/22/2026
4.0.373 86 8/22/2026
4.0.372 130 8/21/2026
Loading failed

Update dependency Soenneker.Extensions.Configuration to 4.0.869 (#899)