Soenneker.Loops.Client
4.0.413
Prefix Reserved
See the version list below for details.
dotnet add package Soenneker.Loops.Client --version 4.0.413
NuGet\Install-Package Soenneker.Loops.Client -Version 4.0.413
<PackageReference Include="Soenneker.Loops.Client" Version="4.0.413" />
<PackageVersion Include="Soenneker.Loops.Client" Version="4.0.413" />
<PackageReference Include="Soenneker.Loops.Client" />
paket add Soenneker.Loops.Client --version 4.0.413
#r "nuget: Soenneker.Loops.Client, 4.0.413"
#:package Soenneker.Loops.Client@4.0.413
#addin nuget:?package=Soenneker.Loops.Client&version=4.0.413
#tool nuget:?package=Soenneker.Loops.Client&version=4.0.413
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.882)
- Soenneker.Utils.HttpClientCache (>= 4.0.2067)
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 | 49 | 9/17/2026 |
| 4.0.433 | 50 | 9/16/2026 |
| 4.0.432 | 47 | 9/16/2026 |
| 4.0.431 | 39 | 9/16/2026 |
| 4.0.430 | 76 | 9/16/2026 |
| 4.0.429 | 106 | 9/16/2026 |
| 4.0.428 | 56 | 9/16/2026 |
| 4.0.427 | 121 | 9/15/2026 |
| 4.0.425 | 549 | 9/13/2026 |
| 4.0.424 | 95 | 9/13/2026 |
| 4.0.423 | 114 | 9/13/2026 |
| 4.0.422 | 98 | 9/13/2026 |
| 4.0.421 | 91 | 9/13/2026 |
| 4.0.420 | 88 | 9/12/2026 |
| 4.0.419 | 123 | 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 | 173 | 9/9/2026 |
| 4.0.413 | 114 | 9/9/2026 |
Updated Soenneker.Extensions.Configuration to 4.0.882