Soenneker.NameCom.Client
4.0.565
Prefix Reserved
See the version list below for details.
dotnet add package Soenneker.NameCom.Client --version 4.0.565
NuGet\Install-Package Soenneker.NameCom.Client -Version 4.0.565
<PackageReference Include="Soenneker.NameCom.Client" Version="4.0.565" />
<PackageVersion Include="Soenneker.NameCom.Client" Version="4.0.565" />
<PackageReference Include="Soenneker.NameCom.Client" />
paket add Soenneker.NameCom.Client --version 4.0.565
#r "nuget: Soenneker.NameCom.Client, 4.0.565"
#:package Soenneker.NameCom.Client@4.0.565
#addin nuget:?package=Soenneker.NameCom.Client&version=4.0.565
#tool nuget:?package=Soenneker.NameCom.Client&version=4.0.565
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.887)
- Soenneker.Utils.HttpClientCache (>= 4.0.2070)
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.578 | 0 | 9/16/2026 |
| 4.0.577 | 0 | 9/16/2026 |
| 4.0.575 | 0 | 9/16/2026 |
| 4.0.574 | 26 | 9/15/2026 |
| 4.0.573 | 38 | 9/15/2026 |
| 4.0.572 | 66 | 9/13/2026 |
| 4.0.571 | 52 | 9/13/2026 |
| 4.0.570 | 57 | 9/13/2026 |
| 4.0.569 | 52 | 9/13/2026 |
| 4.0.568 | 54 | 9/13/2026 |
| 4.0.567 | 68 | 9/13/2026 |
| 4.0.566 | 58 | 9/12/2026 |
| 4.0.565 | 63 | 9/12/2026 |
| 4.0.564 | 62 | 9/12/2026 |
| 4.0.560 | 111 | 9/9/2026 |
| 4.0.559 | 95 | 9/9/2026 |
| 4.0.558 | 83 | 9/9/2026 |
| 4.0.557 | 111 | 9/9/2026 |
| 4.0.556 | 111 | 9/8/2026 |
| 4.0.555 | 171 | 9/8/2026 |
Update dependency Soenneker.Extensions.Arrays.Bytes to 4.0.67 (#1113)