[PR #57] [MERGED] Using url package to build urls for APIs #597

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

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/57
Author: @qdm12
Created: 5/10/2020
Status: Merged
Merged: 5/11/2020
Merged by: @qdm12

Base: masterHead: update-refactor


📝 Commits (2)

  • 63c393d Using url package to build urls for APIs
  • af5d28a Fix initialization of url.Values map

📊 Changes

10 files changed (+166 additions, -90 deletions)

View changed files

internal/constants/url.go (+0 -10)
📝 internal/update/cloudflare.go (+8 -3)
📝 internal/update/ddnss.go (+19 -10)
📝 internal/update/dnspod.go (+32 -23)
📝 internal/update/dreamhost.go (+43 -10)
📝 internal/update/duckdns.go (+14 -5)
📝 internal/update/godaddy.go (+8 -11)
📝 internal/update/infomaniak.go (+15 -8)
📝 internal/update/namecheap.go (+15 -5)
📝 internal/update/noip.go (+12 -5)

📄 Description

No description provided


🔄 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/57 **Author:** [@qdm12](https://github.com/qdm12) **Created:** 5/10/2020 **Status:** ✅ Merged **Merged:** 5/11/2020 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `update-refactor` --- ### 📝 Commits (2) - [`63c393d`](https://github.com/qdm12/ddns-updater/commit/63c393d428e90fcb9ddf8fe29dab5fe17c2e5456) Using url package to build urls for APIs - [`af5d28a`](https://github.com/qdm12/ddns-updater/commit/af5d28a4398ea8d477233a02e3433840084ef1ef) Fix initialization of url.Values map ### 📊 Changes **10 files changed** (+166 additions, -90 deletions) <details> <summary>View changed files</summary> ➖ `internal/constants/url.go` (+0 -10) 📝 `internal/update/cloudflare.go` (+8 -3) 📝 `internal/update/ddnss.go` (+19 -10) 📝 `internal/update/dnspod.go` (+32 -23) 📝 `internal/update/dreamhost.go` (+43 -10) 📝 `internal/update/duckdns.go` (+14 -5) 📝 `internal/update/godaddy.go` (+8 -11) 📝 `internal/update/infomaniak.go` (+15 -8) 📝 `internal/update/namecheap.go` (+15 -5) 📝 `internal/update/noip.go` (+12 -5) </details> ### 📄 Description _No description provided_ --- <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:23 -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#597