{"id":19505931,"url":"https://github.com/morlay/goqcloud","last_synced_at":"2025-10-12T07:36:47.290Z","repository":{"id":69524118,"uuid":"135569871","full_name":"morlay/goqcloud","owner":"morlay","description":null,"archived":false,"fork":false,"pushed_at":"2018-11-23T02:31:57.000Z","size":480,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-08T10:48:00.510Z","etag":null,"topics":["go","tencentcloud-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":"mit","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":"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}},"created_at":"2018-05-31T10:37:13.000Z","updated_at":"2019-01-24T02:49:38.000Z","dependencies_parsed_at":"2023-07-02T09:00:09.406Z","dependency_job_id":null,"html_url":"https://github.com/morlay/goqcloud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Fgoqcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Fgoqcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Fgoqcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morlay%2Fgoqcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morlay","download_url":"https://codeload.github.com/morlay/goqcloud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240754364,"owners_count":19852189,"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":["go","tencentcloud-sdk"],"created_at":"2024-11-10T22:35:01.656Z","updated_at":"2025-10-12T07:36:42.238Z","avatar_url":"https://github.com/morlay.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Tencent Cloud SDK for go\n\n[![GoDoc Widget](https://godoc.org/github.com/morlay/goqcloud?status.svg)](https://godoc.org/github.com/morlay/goqcloud)\n[![Go Report Card](https://goreportcard.com/badge/github.com/morlay/goqcloud)](https://goreportcard.com/report/github.com/morlay/goqcloud)\n\nGenerated form [Tencent Cloud API docs](https://cloud.tencent.com/document/api)\n\n\n## How to\n\n* run `make` to generate all clients\n\n\n```go\npackage main\n\nimport (\n    \"os\"\n    \"fmt\"\n    \"time\"\n\n    \"github.com/morlay/goqcloud\"\n    \"github.com/morlay/goqcloud/clients/cvm\"\n)\n\nfunc main() {\n    client := goqcloud.NewClientWithCredential(\n        os.Getenv(\"TENCENTCLOUD_SECRET_ID\"),\n        os.Getenv(\"TENCENTCLOUD_SECRET_KEY\"),\n\n        // optional config timeout\n        goqcloud.ClientOptionWithTimeout(1 * time.Hour),\n        // log each request        \n        goqcloud.ClientOptionWithTransports(\n        \tgoqcloud.NewLogTransport(),\n        \t// or define your own transport\n        ),\n    )\n    \n    req := cvm.DescribeInstancesRequest{\n        Region: \"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.InstanceSet)\n}\n```\n\n## Rules\n\n* required field will not be pointer","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorlay%2Fgoqcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorlay%2Fgoqcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorlay%2Fgoqcloud/lists"}