{"id":26121454,"url":"https://github.com/soenneker/soenneker.namecom.domains","last_synced_at":"2026-05-13T02:13:57.296Z","repository":{"id":281532221,"uuid":"945546595","full_name":"soenneker/soenneker.namecom.domains","owner":"soenneker","description":"A .NET typesafe implementation of Name.com's Domain API","archived":false,"fork":false,"pushed_at":"2026-05-02T05:24:05.000Z","size":1129,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-02T07:24:04.173Z","etag":null,"topics":["com","csharp","domain","domains","dotnet","httpclient","name","namecom","namecomdomainsutil","registrar","registration","util"],"latest_commit_sha":null,"homepage":"https://soenneker.com","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/soenneker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"soenneker","thanks_dev":"soenneker"}},"created_at":"2025-03-09T17:19:10.000Z","updated_at":"2026-05-02T05:23:36.000Z","dependencies_parsed_at":"2026-02-10T03:05:07.809Z","dependency_job_id":"2b9758aa-98a1-4ff1-9a61-72c8ca99e866","html_url":"https://github.com/soenneker/soenneker.namecom.domains","commit_stats":null,"previous_names":["soenneker/soenneker.namecom.domains"],"tags_count":475,"template":false,"template_full_name":null,"purl":"pkg:github/soenneker/soenneker.namecom.domains","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.namecom.domains","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.namecom.domains/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.namecom.domains/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.namecom.domains/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soenneker","download_url":"https://codeload.github.com/soenneker/soenneker.namecom.domains/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.namecom.domains/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32553690,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T22:28:24.418Z","status":"ssl_error","status_checked_at":"2026-05-02T22:28:14.225Z","response_time":132,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["com","csharp","domain","domains","dotnet","httpclient","name","namecom","namecomdomainsutil","registrar","registration","util"],"created_at":"2025-03-10T14:22:15.065Z","updated_at":"2026-05-03T00:01:03.909Z","avatar_url":"https://github.com/soenneker.png","language":"C#","funding_links":["https://github.com/sponsors/soenneker","https://thanks.dev/soenneker"],"categories":[],"sub_categories":[],"readme":"[![](https://img.shields.io/nuget/v/soenneker.namecom.domains.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.namecom.domains/)\n[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.namecom.domains/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.namecom.domains/actions/workflows/publish-package.yml)\n[![](https://img.shields.io/nuget/dt/soenneker.namecom.domains.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.namecom.domains/)\n[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.namecom.domains/codeql.yml?label=CodeQL\u0026style=for-the-badge)](https://github.com/soenneker/soenneker.namecom.domains/actions/workflows/codeql.yml)\n\n# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.NameCom.Domains\n### A .NET typesafe implementation of Name.com's Domain API\n\n## Installation\n\n```\ndotnet add package Soenneker.NameCom.Domains\n```\n\n# NameCom Domains Utility\n\n## Overview\nThe `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.\n\n## Features\n- List available domains\n- Retrieve domain details\n- Create new domains\n- Enable/disable WHOIS privacy\n- Enable/disable auto-renewal\n- Renew domains\n- Retrieve domain pricing\n- Get authorization codes\n- Purchase domain privacy\n- Set nameservers\n- Update domain contacts\n- Lock/unlock domains\n- Check domain availability\n- Perform domain searches\n\n### Listing Domains\n```csharp\nvar request = new ListDomainsRequest();\nvar response = await domainUtil.ListDomains(request);\n```\n\n### Getting Domain Details\n```csharp\nvar domainDetails = await domainUtil.GetDomain(\"example.com\");\n```\n\n### Creating a Domain\n```csharp\nvar createRequest = new CreateDomainRequest { DomainName = \"example.com\" };\nvar createResponse = await domainUtil.CreateDomain(createRequest);\n```\n\n### Enabling WHOIS Privacy\n```csharp\nvar response = await domainUtil.EnableWhoisPrivacy(\"example.com\");\n```\n\n### Disabling WHOIS Privacy\n```csharp\nvar response = await domainUtil.DisableWhoisPrivacy(\"example.com\");\n```\n\n### Renewing a Domain\n```csharp\nvar renewRequest = new RenewDomainRequest { Years = 1 };\nvar renewResponse = await domainUtil.RenewDomain(\"example.com\", renewRequest);\n```\n\n### Checking Domain Availability\n```csharp\nvar checkRequest = new CheckAvailabilityRequest { DomainNames = new[] { \"example.com\" } };\nvar availabilityResponse = await domainUtil.CheckAvailability(checkRequest);\n```\n\n### Searching for Domains\n```csharp\nvar searchRequest = new SearchRequest { Query = \"example\" };\nvar searchResponse = await domainUtil.Search(searchRequest);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoenneker%2Fsoenneker.namecom.domains","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoenneker%2Fsoenneker.namecom.domains","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoenneker%2Fsoenneker.namecom.domains/lists"}