asyncio(*, client)
|
- rtype
Union[Any, Pong, Error, None]
|
asyncio_detailed(*, client)
|
- rtype
Response[Union[Any, Pong, Error]]
|
sync(*, client)
|
- rtype
Union[Any, Pong, Error, None]
|
sync_detailed(*, client)
|
- rtype
Response[Union[Any, Pong, Error]]
|