Soenneker.NameCom.Client 4.0.552

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.NameCom.Client --version 4.0.552
                    
NuGet\Install-Package Soenneker.NameCom.Client -Version 4.0.552
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.NameCom.Client" Version="4.0.552" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.NameCom.Client" Version="4.0.552" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.NameCom.Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.NameCom.Client --version 4.0.552
                    
#r "nuget: Soenneker.NameCom.Client, 4.0.552"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.NameCom.Client@4.0.552
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.NameCom.Client&version=4.0.552
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.NameCom.Client&version=4.0.552
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.572 39 9/13/2026
4.0.571 40 9/13/2026
4.0.570 46 9/13/2026
4.0.569 44 9/13/2026
4.0.568 46 9/13/2026
4.0.567 55 9/13/2026
4.0.566 47 9/12/2026
4.0.565 53 9/12/2026
4.0.564 51 9/12/2026
4.0.560 101 9/9/2026
4.0.559 81 9/9/2026
4.0.558 69 9/9/2026
4.0.557 98 9/9/2026
4.0.556 97 9/8/2026
4.0.555 158 9/8/2026
4.0.554 85 9/8/2026
4.0.553 94 9/8/2026
4.0.552 119 9/7/2026
4.0.551 113 9/7/2026
4.0.550 111 9/7/2026
Loading failed

Updated Multiple NuGet packages