kittycad.api.api_calls.get_api_call

Functions

asyncio(id, *, client)

This endpoint requires authentication by any KittyCAD user.

asyncio_detailed(id, *, client)

rtype

Response[Union[Any, ApiCallWithPrice, Error]]

sync(id, *, client)

This endpoint requires authentication by any KittyCAD user.

sync_detailed(id, *, client)

rtype

Response[Union[Any, ApiCallWithPrice, Error]]

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

Response[Union[Any, ApiCallWithPrice, Error]]

kittycad.api.api_calls.get_api_call._get_kwargs(id, *, client)[source][source]
Return type

Dict[str, Any]

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

Union[Any, ApiCallWithPrice, Error, None]

async kittycad.api.api_calls.get_api_call.asyncio(id, *, client)[source][source]

This endpoint requires authentication by any KittyCAD user. It returns details of the requested API call for the user. If the user is not authenticated to view the specified API call, then it is not returned. Only KittyCAD employees can view API calls for other users.

Return type

Union[Any, ApiCallWithPrice, Error, None]

async kittycad.api.api_calls.get_api_call.asyncio_detailed(id, *, client)[source][source]
Return type

Response[Union[Any, ApiCallWithPrice, Error]]

kittycad.api.api_calls.get_api_call.sync(id, *, client)[source][source]

This endpoint requires authentication by any KittyCAD user. It returns details of the requested API call for the user. If the user is not authenticated to view the specified API call, then it is not returned. Only KittyCAD employees can view API calls for other users.

Return type

Union[Any, ApiCallWithPrice, Error, None]

kittycad.api.api_calls.get_api_call.sync_detailed(id, *, client)[source][source]
Return type

Response[Union[Any, ApiCallWithPrice, Error]]