Skip to content

Commit 5cd9b4c

Browse files
authored
sdk: rolling update for 0.11.48 (#252)
1 parent 2b2f782 commit 5cd9b4c

File tree

38 files changed

+1612
-422
lines changed

38 files changed

+1612
-422
lines changed

Diff for: docs/services.rst

+7
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,13 @@ UBill
136136
:members:
137137

138138

139+
UCompShare
140+
----------
141+
142+
.. autoclass:: ucloud.services.ucompshare.client.UCompShareClient
143+
:members:
144+
145+
139146
UDBProxy
140147
--------
141148

Diff for: ucloud/client.py

+10
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,16 @@ def ucdn(self):
122122
self.logger,
123123
)
124124

125+
def ucompshare(self):
126+
from ucloud.services.ucompshare.client import UCompShareClient
127+
128+
return UCompShareClient(
129+
self._auto_config("ucompshare"),
130+
self.transport,
131+
self.middleware,
132+
self.logger,
133+
)
134+
125135
def udb(self):
126136
from ucloud.services.udb.client import UDBClient
127137

0 commit comments

Comments
 (0)