Soenneker.NameCom.Client 4.0.577

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.577
                    
NuGet\Install-Package Soenneker.NameCom.Client -Version 4.0.577
                    
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.577" />
                    
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.577" />
                    
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.577
                    
#r "nuget: Soenneker.NameCom.Client, 4.0.577"
                    
#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.577
                    
#: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.577
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.NameCom.Client&version=4.0.577
                    
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.581 50 9/17/2026
4.0.580 49 9/16/2026
4.0.579 58 9/16/2026
4.0.578 60 9/16/2026
4.0.577 56 9/16/2026
4.0.575 67 9/16/2026
4.0.574 97 9/15/2026
4.0.573 73 9/15/2026
4.0.572 120 9/13/2026
4.0.571 91 9/13/2026
4.0.570 95 9/13/2026
4.0.569 84 9/13/2026
4.0.568 86 9/13/2026
4.0.567 112 9/13/2026
4.0.566 95 9/12/2026
4.0.565 103 9/12/2026
4.0.564 99 9/12/2026
4.0.560 143 9/9/2026
4.0.559 118 9/9/2026
4.0.558 96 9/9/2026
Loading failed

Update dependency Soenneker.Utils.HttpClientCache to 4.0.2082 (#1124)