[PR #474] [MERGED] feat: add name.com provider #712

Closed
opened 2025-11-20 04:25:48 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/474
Author: @jdiekhoff
Created: 5/9/2023
Status: Merged
Merged: 6/15/2023
Merged by: @qdm12

Base: masterHead: namedotcom


📝 Commits (4)

  • ead506d Adding support for name.com
  • 1e1dca2 Updating error handling
  • 6d1dd43 Apply PR changes
  • a9a439f Change logic to not update after record is created.

📊 Changes

13 files changed (+432 additions, -0 deletions)

View changed files

📝 README.md (+2 -0)
docs/name.com.md (+33 -0)
📝 internal/provider/constants/providers.go (+2 -0)
📝 internal/provider/errors/update.go (+1 -0)
📝 internal/provider/errors/validation.go (+1 -0)
📝 internal/provider/provider.go (+3 -0)
internal/provider/providers/namecom/createrecord.go (+65 -0)
internal/provider/providers/namecom/getrecord.go (+64 -0)
internal/provider/providers/namecom/headers.go (+13 -0)
internal/provider/providers/namecom/provider.go (+119 -0)
internal/provider/providers/namecom/response.go (+63 -0)
internal/provider/providers/namecom/updaterecord.go (+65 -0)
readme/name.svg (+1 -0)

📄 Description

Implementing feature request #218 to add support for name.com as a provider.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qdm12/ddns-updater/pull/474 **Author:** [@jdiekhoff](https://github.com/jdiekhoff) **Created:** 5/9/2023 **Status:** ✅ Merged **Merged:** 6/15/2023 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `namedotcom` --- ### 📝 Commits (4) - [`ead506d`](https://github.com/qdm12/ddns-updater/commit/ead506dd7ddd3faa23ea20f6aa8f0ed0a69f9a4e) Adding support for name.com - [`1e1dca2`](https://github.com/qdm12/ddns-updater/commit/1e1dca2d3d110e8ea9de3df98e39801d7b8b3025) Updating error handling - [`6d1dd43`](https://github.com/qdm12/ddns-updater/commit/6d1dd43ff0b7f84efdc3681a5666b29139bcfd7a) Apply PR changes - [`a9a439f`](https://github.com/qdm12/ddns-updater/commit/a9a439f023a92d26fa69216c74c8eb1f19742617) Change logic to not update after record is created. ### 📊 Changes **13 files changed** (+432 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) ➕ `docs/name.com.md` (+33 -0) 📝 `internal/provider/constants/providers.go` (+2 -0) 📝 `internal/provider/errors/update.go` (+1 -0) 📝 `internal/provider/errors/validation.go` (+1 -0) 📝 `internal/provider/provider.go` (+3 -0) ➕ `internal/provider/providers/namecom/createrecord.go` (+65 -0) ➕ `internal/provider/providers/namecom/getrecord.go` (+64 -0) ➕ `internal/provider/providers/namecom/headers.go` (+13 -0) ➕ `internal/provider/providers/namecom/provider.go` (+119 -0) ➕ `internal/provider/providers/namecom/response.go` (+63 -0) ➕ `internal/provider/providers/namecom/updaterecord.go` (+65 -0) ➕ `readme/name.svg` (+1 -0) </details> ### 📄 Description Implementing feature request #218 to add support for name.com as a provider. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:25:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#712