Soenneker.NameCom.Domains 3.0.67

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.NameCom.Domains --version 3.0.67
                    
NuGet\Install-Package Soenneker.NameCom.Domains -Version 3.0.67
                    
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.Domains" Version="3.0.67" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.NameCom.Domains" Version="3.0.67" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.NameCom.Domains" />
                    
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.Domains --version 3.0.67
                    
#r "nuget: Soenneker.NameCom.Domains, 3.0.67"
                    
#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.
#addin nuget:?package=Soenneker.NameCom.Domains&version=3.0.67
                    
Install Soenneker.NameCom.Domains as a Cake Addin
#tool nuget:?package=Soenneker.NameCom.Domains&version=3.0.67
                    
Install Soenneker.NameCom.Domains 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 Soenneker.NameCom.Domains

A .NET typesafe implementation of Name.com's Domain API

Installation

dotnet add package Soenneker.NameCom.Domains

NameCom Domains Utility

Overview

The NameComDomainsUtil class provides a set of methods for managing domains using the Name.com API. This utility allows developers to list, retrieve, create, and manage domains programmatically.

Features

  • List available domains
  • Retrieve domain details
  • Create new domains
  • Enable/disable WHOIS privacy
  • Enable/disable auto-renewal
  • Renew domains
  • Retrieve domain pricing
  • Get authorization codes
  • Purchase domain privacy
  • Set nameservers
  • Update domain contacts
  • Lock/unlock domains
  • Check domain availability
  • Perform domain searches

Listing Domains

var request = new ListDomainsRequest();
var response = await domainUtil.ListDomains(request);

Getting Domain Details

var domainDetails = await domainUtil.GetDomain("example.com");

Creating a Domain

var createRequest = new CreateDomainRequest { DomainName = "example.com" };
var createResponse = await domainUtil.CreateDomain(createRequest);

Enabling WHOIS Privacy

var response = await domainUtil.EnableWhoisPrivacy("example.com");

Disabling WHOIS Privacy

var response = await domainUtil.DisableWhoisPrivacy("example.com");

Renewing a Domain

var renewRequest = new RenewDomainRequest { Years = 1 };
var renewResponse = await domainUtil.RenewDomain("example.com", renewRequest);

Checking Domain Availability

var checkRequest = new CheckAvailabilityRequest { DomainNames = new[] { "example.com" } };
var availabilityResponse = await domainUtil.CheckAvailability(checkRequest);

Searching for Domains

var searchRequest = new SearchRequest { Query = "example" };
var searchResponse = await domainUtil.Search(searchRequest);
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.82 0 4/1/2025
3.0.81 0 3/31/2025
3.0.80 0 3/31/2025
3.0.79 0 3/31/2025
3.0.78 0 3/31/2025
3.0.77 0 3/31/2025
3.0.76 0 3/31/2025
3.0.75 22 3/31/2025
3.0.74 33 3/30/2025
3.0.73 34 3/29/2025
3.0.72 42 3/29/2025
3.0.71 41 3/29/2025
3.0.70 42 3/29/2025
3.0.69 46 3/29/2025
3.0.68 45 3/29/2025
3.0.67 89 3/27/2025
3.0.66 89 3/27/2025
3.0.65 82 3/27/2025
3.0.64 90 3/27/2025
3.0.63 86 3/27/2025
3.0.62 90 3/27/2025
3.0.61 437 3/26/2025
3.0.60 434 3/26/2025
3.0.59 436 3/26/2025
3.0.58 441 3/25/2025
3.0.57 442 3/25/2025
3.0.56 450 3/25/2025
3.0.55 439 3/25/2025
3.0.54 449 3/25/2025
3.0.53 443 3/25/2025
3.0.52 76 3/22/2025
3.0.51 50 3/22/2025
3.0.50 50 3/22/2025
3.0.49 59 3/21/2025
3.0.48 66 3/21/2025
3.0.47 80 3/21/2025
3.0.46 86 3/21/2025
3.0.45 86 3/21/2025
3.0.44 109 3/21/2025
3.0.43 105 3/21/2025
3.0.42 113 3/21/2025
3.0.41 125 3/20/2025
3.0.40 128 3/19/2025
3.0.39 128 3/18/2025
3.0.38 125 3/18/2025
3.0.37 126 3/18/2025
3.0.36 122 3/18/2025
3.0.35 125 3/18/2025
3.0.34 124 3/18/2025
3.0.33 125 3/18/2025
3.0.32 122 3/18/2025
3.0.31 125 3/18/2025
3.0.30 118 3/18/2025
3.0.29 115 3/16/2025
3.0.28 53 3/15/2025
3.0.27 56 3/15/2025
3.0.26 56 3/15/2025
3.0.25 54 3/15/2025
3.0.24 51 3/15/2025
3.0.23 54 3/15/2025
3.0.22 52 3/15/2025
3.0.21 52 3/15/2025
3.0.20 125 3/13/2025
3.0.19 138 3/12/2025
3.0.18 144 3/12/2025
3.0.17 143 3/12/2025
3.0.16 145 3/12/2025
3.0.15 145 3/12/2025
3.0.14 138 3/12/2025
3.0.13 143 3/12/2025
3.0.12 148 3/12/2025
3.0.11 149 3/11/2025
3.0.10 153 3/11/2025
3.0.9 141 3/11/2025
3.0.8 150 3/11/2025
3.0.7 155 3/11/2025
3.0.6 144 3/11/2025
3.0.5 145 3/11/2025
3.0.4 148 3/11/2025
3.0.3 160 3/11/2025
3.0.2 169 3/10/2025
3.0.1 152 3/9/2025