kittycad.api.meta.create_event

Functions

asyncio(body, *, client)

We collect anonymous telemetry data for improving our product.

asyncio_detailed(body, *, client)

sync(body, *, client)

We collect anonymous telemetry data for improving our product.

sync_detailed(body, *, client)

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

Response[Optional[Error]]

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

Dict[str, Any]

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

Optional[Error]

async kittycad.api.meta.create_event.asyncio(body, *, client)[source][source]

We collect anonymous telemetry data for improving our product.

Return type:

Optional[Error]

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

Response[Optional[Error]]

kittycad.api.meta.create_event.sync(body, *, client)[source][source]

We collect anonymous telemetry data for improving our product.

Return type:

Optional[Error]

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

Response[Optional[Error]]