{"id":43379113,"url":"https://github.com/libdns/huaweicloud","last_synced_at":"2026-02-13T13:00:11.857Z","repository":{"id":258485517,"uuid":"874868619","full_name":"libdns/huaweicloud","owner":"libdns","description":"Huawei Cloud provider for libdns","archived":false,"fork":false,"pushed_at":"2025-08-01T20:10:15.000Z","size":164,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-01T22:31:37.723Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/libdns.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-18T15:55:36.000Z","updated_at":"2025-08-01T20:10:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"9731eded-809a-4cf3-975f-5aa99eab37e5","html_url":"https://github.com/libdns/huaweicloud","commit_stats":null,"previous_names":["libdns/huaweicloud"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/libdns/huaweicloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Fhuaweicloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Fhuaweicloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Fhuaweicloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Fhuaweicloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libdns","download_url":"https://codeload.github.com/libdns/huaweicloud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Fhuaweicloud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29007316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T06:37:10.400Z","status":"ssl_error","status_checked_at":"2026-02-02T06:37:09.383Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-02-02T07:45:07.501Z","updated_at":"2026-02-02T07:45:08.054Z","avatar_url":"https://github.com/libdns.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Huawei Cloud for [`libdns`](https://github.com/libdns/libdns)\n=======================\n\n[![Go Reference](https://pkg.go.dev/badge/test.svg)](https://pkg.go.dev/github.com/libdns/huaweicloud)\n\nThis package implements the [libdns interfaces](https://github.com/libdns/libdns) for [Huawei Cloud DNS](https://www.huaweicloud.com/product/dns.html), allowing you to manage DNS records.\n\n## Authenticating\n\nTo authenticate you need to supply your AccessKeyId and SecretAccessKey to the Provider.\n\n## Example\n\nHere's a minimal example of how to get all your DNS records using this `libdns` provider\n\n```go\npackage main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\n\t\"github.com/libdns/huaweicloud\"\n)\n\nfunc main() {\n\tprovider := huaweicloud.Provider{\n\t\tAccessKeyId: \"\u003cAccessKeyId form your huaweicloud console\u003e\",\n\t\tSecretAccessKey: \"\u003cSecretAccessKey form your huaweicloud console\u003e\",\n\t}\n\n\trecords, err  := provider.GetRecords(context.TODO(), \"example.com.\")\n\tif err != nil {\n\t\tfmt.Println(err.Error())\n\t}\n\n\tfor _, record := range records {\n\t\tfmt.Printf(\"%s %v %s %s\\n\", record.Name, record.TTL.Seconds(), record.Type, record.Value)\n\t}\n}\n\n```\nFor complete demo check [_example/main.go](_example/main.go)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibdns%2Fhuaweicloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibdns%2Fhuaweicloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibdns%2Fhuaweicloud/lists"}