Registry / cloud / tencentcloud-tencentcloud-sdk-go-tencentcloud-common

tencentcloud-tencentcloud-sdk-go-tencentcloud-common

JSON →
library1.0.999gogounverified

Common components for the Tencent Cloud SDK, including HTTP client and credential handling.

go get github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common
INSTALL
IMPORT
SIG · TENCENTCLOUD-TENCE
T
tencentcloud-tencentcloud-sdk-go-tencentcloud-common
cloudgov1.0.999
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

common
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common

Creates a Tencent Cloud client with credentials and region.

package main import ( "fmt" "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common" "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/credential" ) func main() { cred := credential.NewCredential("secretId", "secretKey") client, _ := common.NewClient(cred, "ap-guangzhou") fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.999latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
1
Resources
tencentcloud-tencentcloud-sdk-go-tencentcloud-common — go get tencentcloud-tencentcloud-sdk-go-tencentcloud-common · libregistry