opentaccase.scmwidget
Operation: GET /dataservice/opentaccase/scmwidget/{var}
Deprecated!!!
Proxy API for SCM Widget
def get_call() -> List[Any]: ...
Example:
from catalyswan.core import create_client
url = "example.com"
username = "admin"
password = "password123"
with create_client(
url=url, username=username, password=password
) as client:
client.opentaccase.scmwidget.get_call()
Operation: POST /dataservice/opentaccase/scmwidget/{var}
Deprecated!!!
Prxoy API for SCM Widget
def post_call() -> List[Any]: ...
Example:
from catalyswan.core import create_client
url = "example.com"
username = "admin"
password = "password123"
with create_client(
url=url, username=username, password=password
) as client:
client.opentaccase.scmwidget.post_call()
Operation: DELETE /dataservice/opentaccase/scmwidget/{var}
Deprecated!!!
Proxy API for SCM Widget
def delete_call() -> List[Any]: ...
Example:
from catalyswan.core import create_client
url = "example.com"
username = "admin"
password = "password123"
with create_client(
url=url, username=username, password=password
) as client:
client.opentaccase.scmwidget.delete_call()