Default account constructor
Gets identifier to confirm client who accesses the API.
A unique client ID
Sets identifier to confirm client who accesses the API. Usually it is set as 6 digit number.
A unique client ID
A unique client ID
Checks if enabled calls to QA environment.
true
to connect to QA servers or false
to connect to Production servers
Enables calls to QA environment and sets default ServerUrl to QA servers. In the future this property can be deprecated.
true
to connect to QA servers or false
to connect to Production servers
true
to connect to QA servers or false
to connect to Production servers
Checks if enabled random errors while making test calls.
true
if random test errors are enabled or false
otherwise
Enables random errors while making test calls. The errors simulate Internal (500) or Timeout (504) responses with 1% probability. This property works together with EnableTestLock and EnableTestMock.
true
if random test errors are enabled or false
otherwise
true
if random test errors are enabled or false
otherwise
Checks if enabled local test calls to return random responses.
true
if local test calls are enabled or false
otherwise
Enables local test calls and returns random responses. This allows to avoid roundtrips to Kyrio servers and incurring changes for API use. The responses are delayed for 1.5 sec to make them more realistic. This property works together with EnableTestError.
true
if local test calls are enabled or false
otherwise
true
if local test calls are enabled or false
otherwise
Checks if enabled remote test calls to return random responses.
true
if remote test calls are enabled or false
otherwise
Enables remote test calls and returns random responses. With this property enabled client makes calls to Kyrio servers without changes for API use. This property works together with EnableTestError.
true
if remote test calls are enabled or false
otherwise
true
if remote test calls are enabled or false
otherwise
Gets base url to connect to Kyrio servers.
A server URL to connect to
Sets base url to connect to Kyrio servers. It is an optional property. It is set automatically based on EnableQaEnvironment. But user is able to override it.
A server URL to connect to
A server URL to connect to
Creates client to access Kyrio Serviceability API.
Client to access Kyrio Serviceability API.
Generated using TypeDoc
Account to Kyrio Online Services. It is used to set common connection properties and create clients to access individual services.