Registry /
cloud / tencentcloud-tencentcloud-sdk-go-tencentcloud-common
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.