{"id":19506015,"url":"https://github.com/morlay/goaliyun","last_synced_at":"2026-06-06T23:31:16.288Z","repository":{"id":69524108,"uuid":"136456884","full_name":"morlay/goaliyun","owner":"morlay","description":null,"archived":false,"fork":false,"pushed_at":"2018-06-08T01:30:33.000Z","size":836,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-25T22:15:54.444Z","etag":null,"topics":["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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/morlay.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-07T09:50:32.000Z","updated_at":"2018-07-10T14:54:59.000Z","dependencies_parsed_at":"2023-04-09T20:49:57.283Z","dependency_job_id":null,"html_url":"https://github.com/morlay/goaliyun","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/morlay/goaliyun","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Fgoaliyun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Fgoaliyun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Fgoaliyun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Fgoaliyun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morlay","download_url":"https://codeload.github.com/morlay/goaliyun/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Fgoaliyun/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34003814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-06T02:00:07.033Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["aliyun","go"],"created_at":"2024-11-10T22:35:23.434Z","updated_at":"2026-06-06T23:31:16.226Z","avatar_url":"https://github.com/morlay.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Aliyun SDK for go\n\n## How to\n\n``` sh\ngit clone ...\n\n# initial\ngit submodule update --init\ngradle \n\n# update\ngit submodule update --remote\ngradle\n```\n\n## Issues\n\n* Just PRC \n\n## Usage\n\n```go\npackage main\n\nimport (\n    \"os\"\n    \"fmt\"\n    \"time\"\n\n    \"github.com/morlay/goaliyun\"\n    \"github.com/morlay/goaliyun/clients/vpc\"\n)\n\nfunc main() {\n    client := goaliyun.NewClientWithCredential(\n      \tos.Getenv(\"ALIYUN_ACCESS_KEY\"),\n      \tos.Getenv(\"ALIYUN_SECRET_KEY\"),\n\n        // optional config timeout\n        goaliyun.ClientOptionWithTimeout(1 * time.Hour),\n        // log each request        \n        goaliyun.ClientOptionWithTransports(\n        \tgoaliyun.NewLogTransport(),\n        \t// or define your own transport\n        ),\n    )\n    \n    req := vpc.DescribeRegionsRequest{\n        RegionId: \"cn-beijing\",\n    }\n    \n    resp, err := req.Invoke(client)\n    \n    if err != nil {\n        panic(err)\n    }\n    \n    fmt.Printf(\"%v\", resp.Regions)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorlay%2Fgoaliyun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorlay%2Fgoaliyun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorlay%2Fgoaliyun/lists"}