sig.sig_global_credentials
Operation: GET /dataservice/sig/sigGlobalCredentials/{featureTemplateType}
Get sig global credentials
def get(feature_template_type: str) -> FeatureTemplateType: ...
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.sig.sig_global_credentials.get()