Skip to documentation content
On this page
  1. Contract
  2. Signature

Constructor

Construct `telion_api.TelionClient` with the installed signature `(*, base_url: 'str', token: 'str', timeout: 'float' = 120.0) -> 'None'`.

Construct telion_api.TelionClient with the installed signature (*, base_url: 'str', token: 'str', timeout: 'float' = 120.0) -> 'None'.

Contract

PropertyValue
symboltelion_api.TelionClient
signature(*, base_url: 'str', token: 'str', timeout: 'float' = 120.0) -> 'None'
returntelion_api.TelionClient

Signature

TelionClient(*, base_url: 'str', token: 'str', timeout: 'float' = 120.0) -> 'None'
Constructor — Telion Python API 0.1.0-alpha | Telion