Registry / cloud / tencentcloud-tencentcloud-sdk-go-tencentcloud-ssl

tencentcloud-tencentcloud-sdk-go-tencentcloud-ssl

JSON →
library1.0.1051gogounverified

Package ssl provides Tencent Cloud SSL certificate management API client.

go get github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/ssl
INSTALL
IMPORT
SIG · TENCENTCLOUD-TENCE
T
tencentcloud-tencentcloud-sdk-go-tencentcloud-ssl
cloudgov1.0.1051
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.

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

Initialize SSL client and list certificates

package main import ( "fmt" "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common" "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/ssl" ) func main() { credential := common.NewCredential("yourSecretId", "yourSecretKey") client, _ := ssl.NewClient(credential, "ap-guangzhou") request := ssl.NewDescribeCertificatesRequest() response, _ := client.DescribeCertificates(request) fmt.Println(response.ToJsonString()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
22
OpenAI (training)
1
Resources
tencentcloud-tencentcloud-sdk-go-tencentcloud-ssl — go get tencentcloud-tencentcloud-sdk-go-tencentcloud-ssl · libregistry