Skip to content

Commit 32d3c69

Browse files
authored
sdk: rolling update for 0.11.100 (#318)
1 parent 437232f commit 32d3c69

8 files changed

Lines changed: 800 additions & 1 deletion

File tree

docs/services.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,13 @@ UVMS
339339
:members:
340340

341341

342+
UWSC
343+
----
344+
345+
.. autoclass:: ucloud.services.uwsc.client.UWSCClient
346+
:members:
347+
348+
342349
VPC
343350
---
344351

ucloud/client.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,16 @@ def uvms(self):
502502
self.logger,
503503
)
504504

505+
def uwsc(self):
506+
from ucloud.services.uwsc.client import UWSCClient
507+
508+
return UWSCClient(
509+
self._auto_config("uwsc"),
510+
self.transport,
511+
self.middleware,
512+
self.logger,
513+
)
514+
505515
def ipv6gw(self):
506516
from ucloud.services.ipv6gw.client import ipv6gwClient
507517

ucloud/services/uwsc/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)