kittycad.api.api_calls.list_api_calls

Functions

asyncio(sort_by, *, client[, limit, page_token])

This endpoint requires authentication by a KittyCAD employee.

asyncio_detailed(sort_by, *, client[, ...])

rtype:

Response[Union[ApiCallWithPriceResultsPage, Error, None]]

sync(sort_by, *, client[, limit, page_token])

This endpoint requires authentication by a KittyCAD employee.

sync_detailed(sort_by, *, client[, limit, ...])

rtype:

Response[Union[ApiCallWithPriceResultsPage, Error, None]]

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

Response[Union[ApiCallWithPriceResultsPage, Error, None]]

kittycad.api.api_calls.list_api_calls._get_kwargs(sort_by, *, client, limit=None, page_token=None)[source][source]
Return type:

Dict[str, Any]

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

Union[ApiCallWithPriceResultsPage, Error, None]

async kittycad.api.api_calls.list_api_calls.asyncio(sort_by, *, client, limit=None, page_token=None)[source][source]

This endpoint requires authentication by a KittyCAD employee. The API calls are returned in order of creation, with the most recently created API calls first.

Return type:

Union[ApiCallWithPriceResultsPage, Error, None]

async kittycad.api.api_calls.list_api_calls.asyncio_detailed(sort_by, *, client, limit=None, page_token=None)[source][source]
Return type:

Response[Union[ApiCallWithPriceResultsPage, Error, None]]

kittycad.api.api_calls.list_api_calls.sync(sort_by, *, client, limit=None, page_token=None)[source][source]

This endpoint requires authentication by a KittyCAD employee. The API calls are returned in order of creation, with the most recently created API calls first.

Return type:

Union[ApiCallWithPriceResultsPage, Error, None]

kittycad.api.api_calls.list_api_calls.sync_detailed(sort_by, *, client, limit=None, page_token=None)[source][source]
Return type:

Response[Union[ApiCallWithPriceResultsPage, Error, None]]