API client
This page describes APIClient abstract class which is inherited by all client implementations.
APIClient
Bases: ABC
API client abstract class that defines abstract methods that each derived class should define.
Attributes:
Name | Type | Description |
---|---|---|
url |
str
|
Typhoon Test Hub url |
Source code in tth\client\client_base.py
artifact
property
An object for interacting with Artifact API.
execution
property
An object for interacting with Execution API.
report
property
An object for interacting with Report API.
trigger
property
An object for interacting with Trigger API.