Soenneker.NameCom.Client
4.0.573
Prefix Reserved
See the version list below for details.
dotnet add package Soenneker.NameCom.Client --version 4.0.573
NuGet\Install-Package Soenneker.NameCom.Client -Version 4.0.573
<PackageReference Include="Soenneker.NameCom.Client" Version="4.0.573" />
<PackageVersion Include="Soenneker.NameCom.Client" Version="4.0.573" />
<PackageReference Include="Soenneker.NameCom.Client" />
paket add Soenneker.NameCom.Client --version 4.0.573
#r "nuget: Soenneker.NameCom.Client, 4.0.573"
#:package Soenneker.NameCom.Client@4.0.573
#addin nuget:?package=Soenneker.NameCom.Client&version=4.0.573
#tool nuget:?package=Soenneker.NameCom.Client&version=4.0.573
Soenneker.NameCom.Client
Provides cached, Basic-authenticated HttpClient instances for Name.com's production and test APIs.
Installation
dotnet add package Soenneker.NameCom.Client
Configuration
{
"NameCom": {
"Username": "your-username",
"Token": "your-api-token"
}
}
Usage
using Soenneker.NameCom.Client.Abstract;
using Soenneker.NameCom.Client.Registrars;
services.AddNameComClientUtilAsSingleton();
INameComClientUtil nameCom = serviceProvider
.GetRequiredService<INameComClientUtil>();
HttpClient client = await nameCom.Get(cancellationToken: cancellationToken);
Pass test: true to use https://api.dev.name.com/v4/; the provider applies Name.com's required -test username suffix automatically.
Do not dispose a returned HttpClient; the registered provider owns both production and test clients and removes them from the cache when disposed.
| 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.Arrays.Bytes (>= 4.0.67)
- Soenneker.Extensions.Configuration (>= 4.0.891)
- Soenneker.Utils.HttpClientCache (>= 4.0.2080)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Soenneker.NameCom.Client:
| Package | Downloads |
|---|---|
|
Soenneker.NameCom.Domains
Typed operations for listing, searching, registering, renewing, and configuring Name.com domains. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.581 | 71 | 9/17/2026 |
| 4.0.580 | 60 | 9/16/2026 |
| 4.0.579 | 70 | 9/16/2026 |
| 4.0.578 | 72 | 9/16/2026 |
| 4.0.577 | 63 | 9/16/2026 |
| 4.0.575 | 71 | 9/16/2026 |
| 4.0.574 | 104 | 9/15/2026 |
| 4.0.573 | 80 | 9/15/2026 |
| 4.0.572 | 125 | 9/13/2026 |
| 4.0.571 | 94 | 9/13/2026 |
| 4.0.570 | 101 | 9/13/2026 |
| 4.0.569 | 89 | 9/13/2026 |
| 4.0.568 | 91 | 9/13/2026 |
| 4.0.567 | 117 | 9/13/2026 |
| 4.0.566 | 101 | 9/12/2026 |
| 4.0.565 | 110 | 9/12/2026 |
| 4.0.564 | 108 | 9/12/2026 |
| 4.0.560 | 146 | 9/9/2026 |
| 4.0.559 | 121 | 9/9/2026 |
| 4.0.558 | 98 | 9/9/2026 |
Update dependency dotnet-sdk to v10.0.401 (#1131)