class documentation
class StiggClient(Client):
Constructor: StiggClient(enable_edge, edge_api_url, *args, **kwargs)
Undocumented
| Method | __init__ |
Undocumented |
| Method | execute |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | report |
Undocumented |
| Instance Variable | edge |
Undocumented |
| Instance Variable | enable |
Undocumented |
Inherited from Client:
Inherited from BaseClient (via Client):
| Method | __enter__ |
Undocumented |
| Method | __exit__ |
Undocumented |
| Instance Variable | headers |
Undocumented |
| Instance Variable | http |
Undocumented |
| Instance Variable | url |
Undocumented |
| Method | _convert |
Undocumented |
| Method | _convert |
Undocumented |
| Method | _execute |
Undocumented |
| Method | _execute |
Undocumented |
| Method | _get |
Undocumented |
| Method | _process |
Undocumented |
def execute(self, query:
str, operation_name: str | None = None, variables: dict[ str, Any] | None = None, **kwargs: Any) -> httpx.Response:
¶
Undocumented
def get_active_subscriptions_list(self, input:
GetActiveSubscriptionsInput, **kwargs: Any) -> GetActiveSubscriptionsList:
¶
Undocumented
def report_usage(self, input:
UsageMeasurementCreateInput | ReportUsageInput, **kwargs: Any) -> ReportUsage:
¶
Undocumented