Soenneker.Loops.Client
4.0.396
Prefix Reserved
See the version list below for details.
dotnet add package Soenneker.Loops.Client --version 4.0.396
NuGet\Install-Package Soenneker.Loops.Client -Version 4.0.396
<PackageReference Include="Soenneker.Loops.Client" Version="4.0.396" />
<PackageVersion Include="Soenneker.Loops.Client" Version="4.0.396" />
<PackageReference Include="Soenneker.Loops.Client" />
paket add Soenneker.Loops.Client --version 4.0.396
#r "nuget: Soenneker.Loops.Client, 4.0.396"
#:package Soenneker.Loops.Client@4.0.396
#addin nuget:?package=Soenneker.Loops.Client&version=4.0.396
#tool nuget:?package=Soenneker.Loops.Client&version=4.0.396
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.872)
- Soenneker.Utils.HttpClientCache (>= 4.0.2051)
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.425 | 37 | 9/13/2026 |
| 4.0.424 | 40 | 9/13/2026 |
| 4.0.423 | 53 | 9/13/2026 |
| 4.0.422 | 49 | 9/13/2026 |
| 4.0.421 | 42 | 9/13/2026 |
| 4.0.420 | 42 | 9/12/2026 |
| 4.0.419 | 62 | 9/12/2026 |
| 4.0.418 | 63 | 9/12/2026 |
| 4.0.417 | 47 | 9/12/2026 |
| 4.0.416 | 45 | 9/12/2026 |
| 4.0.415 | 101 | 9/9/2026 |
| 4.0.414 | 82 | 9/9/2026 |
| 4.0.413 | 71 | 9/9/2026 |
| 4.0.412 | 88 | 9/8/2026 |
| 4.0.411 | 188 | 9/8/2026 |
| 4.0.410 | 118 | 9/8/2026 |
| 4.0.409 | 123 | 9/7/2026 |
| 4.0.408 | 137 | 9/7/2026 |
| 4.0.407 | 117 | 9/7/2026 |
| 4.0.396 | 259 | 9/1/2026 |
Update dependency Soenneker.Utils.HttpClientCache to 4.0.2051 (#908)