Soenneker.NameCom.Client
4.0.589
Prefix Reserved
dotnet add package Soenneker.NameCom.Client --version 4.0.589
NuGet\Install-Package Soenneker.NameCom.Client -Version 4.0.589
<PackageReference Include="Soenneker.NameCom.Client" Version="4.0.589" />
<PackageVersion Include="Soenneker.NameCom.Client" Version="4.0.589" />
<PackageReference Include="Soenneker.NameCom.Client" />
paket add Soenneker.NameCom.Client --version 4.0.589
#r "nuget: Soenneker.NameCom.Client, 4.0.589"
#:package Soenneker.NameCom.Client@4.0.589
#addin nuget:?package=Soenneker.NameCom.Client&version=4.0.589
#tool nuget:?package=Soenneker.NameCom.Client&version=4.0.589
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.69)
- Soenneker.Extensions.Configuration (>= 4.0.897)
- Soenneker.Utils.HttpClientCache (>= 4.0.2096)
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.589 | 52 | 9/26/2026 |
| 4.0.588 | 37 | 9/25/2026 |
| 4.0.587 | 34 | 9/25/2026 |
| 4.0.586 | 36 | 9/25/2026 |
| 4.0.585 | 43 | 9/25/2026 |
| 4.0.584 | 56 | 9/24/2026 |
| 4.0.582 | 47 | 9/24/2026 |
| 4.0.581 | 144 | 9/17/2026 |
| 4.0.580 | 106 | 9/16/2026 |
| 4.0.579 | 114 | 9/16/2026 |
| 4.0.578 | 116 | 9/16/2026 |
| 4.0.577 | 96 | 9/16/2026 |
| 4.0.575 | 94 | 9/16/2026 |
| 4.0.574 | 116 | 9/15/2026 |
| 4.0.573 | 91 | 9/15/2026 |
| 4.0.572 | 132 | 9/13/2026 |
| 4.0.571 | 101 | 9/13/2026 |
| 4.0.570 | 104 | 9/13/2026 |
| 4.0.569 | 92 | 9/13/2026 |
| 4.0.568 | 95 | 9/13/2026 |
Update dependency Soenneker.Extensions.Configuration to 4.0.897 (#1152)