kittycad.api.meta.ping

Functions

asyncio(*, client)

Simple ping to the server.

asyncio_detailed(*, client)

rtype

Response[Union[Any, PongMessage]]

sync(*, client)

Simple ping to the server.

sync_detailed(*, client)

rtype

Response[Union[Any, PongMessage]]