kittycad.api.meta.get_metrics

Functions

asyncio(*, client)

You must be a KittyCAD employee to perform this request.

asyncio_detailed(*, client)

rtype

Response[Any]

sync(*, client)

You must be a KittyCAD employee to perform this request.

sync_detailed(*, client)

rtype

Response[Any]

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

Response[Any]

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

Dict[str, Any]

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

Optional[Any]

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

You must be a KittyCAD employee to perform this request.

Return type

Optional[Any]

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

Response[Any]

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

You must be a KittyCAD employee to perform this request.

Return type

Optional[Any]

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

Response[Any]