class documentation

class Stigg:

View In Hierarchy

Undocumented

Static Method create_async_client Undocumented
Static Method create_client Undocumented
@staticmethod
def create_async_client(api_key: str, api_url: str = PRODUCTION_API_URL, enable_edge: bool = True, edge_api_url: str = PRODUCTION_EDGE_API_URL) -> AsyncStiggClient:

Undocumented

@staticmethod
def create_client(api_key: str, api_url: str = PRODUCTION_API_URL, enable_edge: bool = True, edge_api_url: str = PRODUCTION_EDGE_API_URL) -> StiggClient:

Undocumented