kittycad.api.api_calls.get_api_call_metrics

Functions

asyncio(group_by, *, client)

This endpoint requires authentication by a KittyCAD employee.

asyncio_detailed(group_by, *, client)

rtype:

Response[Union[List[ApiCallQueryGroup], Error, None]]

sync(group_by, *, client)

This endpoint requires authentication by a KittyCAD employee.

sync_detailed(group_by, *, client)

rtype:

Response[Union[List[ApiCallQueryGroup], Error, None]]

kittycad.api.api_calls.get_api_call_metrics._build_response(*, response)[source][source]
Return type:

Response[Union[List[ApiCallQueryGroup], Error, None]]

kittycad.api.api_calls.get_api_call_metrics._get_kwargs(group_by, *, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.api_calls.get_api_call_metrics._parse_response(*, response)[source][source]
Return type:

Union[List[ApiCallQueryGroup], Error, None]

async kittycad.api.api_calls.get_api_call_metrics.asyncio(group_by, *, client)[source][source]

This endpoint requires authentication by a KittyCAD employee. The API calls are grouped by the parameter passed.

Return type:

Union[List[ApiCallQueryGroup], Error, None]

async kittycad.api.api_calls.get_api_call_metrics.asyncio_detailed(group_by, *, client)[source][source]
Return type:

Response[Union[List[ApiCallQueryGroup], Error, None]]

kittycad.api.api_calls.get_api_call_metrics.sync(group_by, *, client)[source][source]

This endpoint requires authentication by a KittyCAD employee. The API calls are grouped by the parameter passed.

Return type:

Union[List[ApiCallQueryGroup], Error, None]

kittycad.api.api_calls.get_api_call_metrics.sync_detailed(group_by, *, client)[source][source]
Return type:

Response[Union[List[ApiCallQueryGroup], Error, None]]