{"id":18985959,"url":"https://github.com/go-http/qcloud-cns","last_synced_at":"2025-06-20T01:08:43.565Z","repository":{"id":57495696,"uuid":"125818563","full_name":"go-http/qcloud-cns","owner":"go-http","description":"腾讯云云解析SDK，Go语言","archived":false,"fork":false,"pushed_at":"2018-04-13T09:00:54.000Z","size":11,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-02T07:38:58.063Z","etag":null,"topics":["cns","golang","qcloud","sdk"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/go-http.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-19T07:31:54.000Z","updated_at":"2023-12-05T10:20:03.000Z","dependencies_parsed_at":"2022-08-28T20:01:51.128Z","dependency_job_id":null,"html_url":"https://github.com/go-http/qcloud-cns","commit_stats":null,"previous_names":["athurg/go-qcloud-cns-sdk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/go-http/qcloud-cns","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-http%2Fqcloud-cns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-http%2Fqcloud-cns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-http%2Fqcloud-cns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-http%2Fqcloud-cns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-http","download_url":"https://codeload.github.com/go-http/qcloud-cns/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-http%2Fqcloud-cns/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260857416,"owners_count":23073439,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cns","golang","qcloud","sdk"],"created_at":"2024-11-08T16:28:53.136Z","updated_at":"2025-06-20T01:08:38.555Z","avatar_url":"https://github.com/go-http.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 腾讯云云解析SDK\n\n[![GoDoc](https://godoc.org/github.com/athurg/go-qcloud-cns-sdk?status.svg)](http://godoc.org/github.com/athurg/go-qcloud-cns-sdk)\n\n[腾讯云 云解析模块API](https://cloud.tencent.com/document/product/302) Go语言SDK\n\n## 使用方法\n```sh\ngo get github.com/athurg/go-qcloud-cns-sdk \n```\n\n## 使用范例\n```golang\npackage main\n\nimport (\n\t\"github.com/athurg/go-qcloud-cns-sdk\"\n\t\"log\"\n)\n\nfunc main() {\n\tcli := cns.New(\"secretId\", \"secretKey\")\n\tdomains, err := cli.DomainList()\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\tfor _, domain := range domains {\n\t\tlog.Println(domain)\n\t}\n}\n```\n\n\n## 完成状态\n\n- [x] 域名相关接口\n- - [x] 添加域名\n- - [x] 设置域名状态\n- - [x] 获取域名列表\n- - [x] 删除域名\n- [x] 解析记录相关接口\n- - [x] 添加解析记录\n- - [x] 设置解析记录状态\n- - [x] 修改解析记录\n- - [x] 获取解析记录列表\n- - [x] 删除解析记录\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-http%2Fqcloud-cns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-http%2Fqcloud-cns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-http%2Fqcloud-cns/lists"}