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
<PackageReference Include="Soenneker.Loops.Client" Version="4.0.391" />
<PackageVersion Include="Soenneker.Loops.Client" Version="4.0.391" />
<PackageReference Include="Soenneker.Loops.Client" />
paket add Soenneker.Loops.Client --version 4.0.391
#r "nuget: Soenneker.Loops.Client, 4.0.391"
#:package Soenneker.Loops.Client@4.0.391
#addin nuget:?package=Soenneker.Loops.Client&version=4.0.391
#tool nuget:?package=Soenneker.Loops.Client&version=4.0.391
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 | 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.Extensions.Configuration (>= 4.0.870)
- Soenneker.Utils.HttpClientCache (>= 4.0.2046)
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 |
Update dependency Soenneker.Extensions.Configuration to 4.0.869 (#899)