[PR #253] [MERGED] Aliyun API without SDK dependency #665

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

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/253
Author: @qdm12
Created: 10/15/2021
Status: Merged
Merged: 4/17/2023
Merged by: @qdm12

Base: masterHead: aliyun-nosdk


📝 Commits (3)

  • bbb6c7a Aliyun API without SDK dependency
  • 81502e3 Apply PR suggestions thanks @cnjack!
  • acc575b create record if it does not exist

📊 Changes

9 files changed (+283 additions, -57 deletions)

View changed files

📝 docs/aliyun.md (+0 -2)
📝 go.mod (+0 -6)
📝 go.sum (+0 -16)
internal/settings/providers/aliyun/auth.go (+30 -0)
internal/settings/providers/aliyun/common.go (+25 -0)
internal/settings/providers/aliyun/create.go (+65 -0)
internal/settings/providers/aliyun/getrecord.go (+92 -0)
📝 internal/settings/providers/aliyun/provider.go (+14 -33)
internal/settings/providers/aliyun/update.go (+57 -0)

📄 Description

  • Remove region parameter
  • Support AAAA records
  • Files split around

🔄 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/253 **Author:** [@qdm12](https://github.com/qdm12) **Created:** 10/15/2021 **Status:** ✅ Merged **Merged:** 4/17/2023 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `aliyun-nosdk` --- ### 📝 Commits (3) - [`bbb6c7a`](https://github.com/qdm12/ddns-updater/commit/bbb6c7a3d0fe66d8a32b32b6de91915dff671fbd) Aliyun API without SDK dependency - [`81502e3`](https://github.com/qdm12/ddns-updater/commit/81502e3c33e0c8afd5b3c901c3e2591a771d62b6) Apply PR suggestions thanks @cnjack! - [`acc575b`](https://github.com/qdm12/ddns-updater/commit/acc575b5115bcaf9f7c80e573832f36f08780a7a) create record if it does not exist ### 📊 Changes **9 files changed** (+283 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `docs/aliyun.md` (+0 -2) 📝 `go.mod` (+0 -6) 📝 `go.sum` (+0 -16) ➕ `internal/settings/providers/aliyun/auth.go` (+30 -0) ➕ `internal/settings/providers/aliyun/common.go` (+25 -0) ➕ `internal/settings/providers/aliyun/create.go` (+65 -0) ➕ `internal/settings/providers/aliyun/getrecord.go` (+92 -0) 📝 `internal/settings/providers/aliyun/provider.go` (+14 -33) ➕ `internal/settings/providers/aliyun/update.go` (+57 -0) </details> ### 📄 Description - Remove `region` parameter - Support AAAA records - Files split around --- <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:38 -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#665