kittycad.api.meta.ping

Functions

asyncio(*, client)

rtype:

Union[Pong, Error, None]

asyncio_detailed(*, client)

rtype:

Response[Union[Pong, Error, None]]

sync(*, client)

rtype:

Union[Pong, Error, None]

sync_detailed(*, client)

rtype:

Response[Union[Pong, Error, None]]

kittycad.api.meta.ping._build_response(*, response)[source][source]
Return type:

Response[Union[Pong, Error, None]]

kittycad.api.meta.ping._get_kwargs(*, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.meta.ping._parse_response(*, response)[source][source]
Return type:

Union[Pong, Error, None]

async kittycad.api.meta.ping.asyncio(*, client)[source][source]
Return type:

Union[Pong, Error, None]

async kittycad.api.meta.ping.asyncio_detailed(*, client)[source][source]
Return type:

Response[Union[Pong, Error, None]]

kittycad.api.meta.ping.sync(*, client)[source][source]
Return type:

Union[Pong, Error, None]

kittycad.api.meta.ping.sync_detailed(*, client)[source][source]
Return type:

Response[Union[Pong, Error, None]]