{"id":26685431,"url":"https://github.com/goapt/goacm","last_synced_at":"2025-10-27T20:13:02.007Z","repository":{"id":57521242,"uuid":"139693508","full_name":"goapt/goacm","owner":"goapt","description":"aliyun acm sdk for golang","archived":false,"fork":false,"pushed_at":"2019-06-13T05:45:47.000Z","size":12,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-19T23:14:18.705Z","etag":null,"topics":["acm","aliyun","go"],"latest_commit_sha":null,"homepage":null,"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/goapt.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}},"created_at":"2018-07-04T08:36:58.000Z","updated_at":"2024-06-19T23:14:18.706Z","dependencies_parsed_at":"2022-09-26T18:01:14.400Z","dependency_job_id":null,"html_url":"https://github.com/goapt/goacm","commit_stats":null,"previous_names":["verystar/goacm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goapt%2Fgoacm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goapt%2Fgoacm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goapt%2Fgoacm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goapt%2Fgoacm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goapt","download_url":"https://codeload.github.com/goapt/goacm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245632400,"owners_count":20647194,"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":["acm","aliyun","go"],"created_at":"2025-03-26T10:16:03.197Z","updated_at":"2025-10-27T20:13:01.892Z","avatar_url":"https://github.com/goapt.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aliyun ACM SDK for Golang\n\u003ca href=\"https://travis-ci.org/goapt/goacm\"\u003e\u003cimg src=\"https://travis-ci.org/goapt/goacm.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://godoc.org/github.com/goapt/goacm\"\u003e\u003cimg src=\"https://godoc.org/github.com/goapt/goacm?status.svg\" alt=\"GoDoc\"\u003e\u003c/a\u003e\n\nAliyun acm sdk for golang, support multiple IP\n\n## Usage\n\n```go\nimport \"github.com/goapt/goacm\"\n\nclient, err := goacm.NewClient(func(c *Client) {\n    c.AccessKey = \"******\"\n    c.SecretKey = \"******\"\n    c.EndPoint  = \"acm.aliyun.com\"\n    c.NameSpace = \"******\"\n})\n\nif err != nil {\n    log.Fatal(err)\n}\n\n//get config\nret, err := client.GetConfig(\"test\", \"DEFAULT_GROUP\")\n\n//Subscribe\nret, err := client.Subscribe(\"test\", \"DEFAULT_GROUP\",\"\")\n\n//publish config\nret, err := client.Publish(\"test\", \"DEFAULT_GROUP\",\"test\")\n\n//remove config\nret, err := client.Delete(\"test\", \"DEFAULT_GROUP\")\n```\n\n\n## License\nThe SDK is open-sourced software licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoapt%2Fgoacm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoapt%2Fgoacm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoapt%2Fgoacm/lists"}