You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,16 @@
2
2
3
3
This package implements the [libdns](https://github.com/libdns/libdns) interfaces for the [TencentCloud DNSPod API](https://www.tencentcloud.com/zh/document/api/1157/49025)
4
4
5
-
## Applying for Security Credentials
5
+
## Code example
6
+
7
+
```shell
8
+
provider := &tencentcloud.Provider{
9
+
SecretId: "YOUR_Secret_ID",
10
+
SecretKey: "YOUR_Secret_Key",
11
+
}
12
+
```
13
+
14
+
## Security Credentials
6
15
7
16
To authenticate you need to supply a [TencentCloud API Key](https://console.tencentcloud.com/cam/capi).
0 commit comments