kittycad.api.modeling.modeling_commands_ws

Functions

asyncio(*, client)

Pass those commands to the engine via websocket, and pass responses back to the client.

asyncio_detailed(*, client)

rtype:

Response[Any]

sync(*, client)

Pass those commands to the engine via websocket, and pass responses back to the client.

sync_detailed(*, client)

rtype:

Response[Any]

kittycad.api.modeling.modeling_commands_ws._build_response(*, response)[source][source]
Return type:

Response[Any]

kittycad.api.modeling.modeling_commands_ws._get_kwargs(*, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.modeling.modeling_commands_ws._parse_response(*, response)[source][source]
async kittycad.api.modeling.modeling_commands_ws.asyncio(*, client)[source][source]

Pass those commands to the engine via websocket, and pass responses back to the client. Basically, this is a websocket proxy between the frontend/client and the engine.

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

Response[Any]

kittycad.api.modeling.modeling_commands_ws.sync(*, client)[source][source]

Pass those commands to the engine via websocket, and pass responses back to the client. Basically, this is a websocket proxy between the frontend/client and the engine.

kittycad.api.modeling.modeling_commands_ws.sync_detailed(*, client)[source][source]
Return type:

Response[Any]