tencentcloud-sdk-apigateway 1.0.200

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: aa1bde7279948b5f3e3ca0f6dcd7d4bc4bdf6277
4
+ data.tar.gz: fb9ea4fa00d8d6be0cd2ca940bdb28b89e3ee7ed
5
+ SHA512:
6
+ metadata.gz: 937c1e115a08c7ee5ab934a1c4f50126e06057d489a28d35c8e0507a2b73e3a2cdd97e21044eedc22a1897531f2fa05035442d71249b967c675f504730a8eb8c
7
+ data.tar.gz: de7b0b8e6f86f05ec760656ddc482162b0ef3bb9dcec310d25388bfedddaa6b2dea6fda477d9efaeed386f429e77ea060ef67e53866160db47662593a78cdf95
data/lib/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.0.200
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'tencentcloud-sdk-common'
4
+
5
+ require_relative 'v20180808/client'
6
+ require_relative 'v20180808/models'
7
+
8
+ module TencentCloud
9
+ module Apigateway
10
+ end
11
+ end