mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-06-08 00:01:53 -04:00
[PR #57] [MERGED] Using url package to build urls for APIs #597
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:update-refactor📝 Commits (2)
63c393dUsing url package to build urls for APIsaf5d28aFix 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.