kittycad.api.api_calls.get_api_call_for_org

Functions

asyncio(id, *, client)

This endpoint requires authentication by an org admin.

asyncio_detailed(id, *, client)

sync(id, *, client)

This endpoint requires authentication by an org admin.

sync_detailed(id, *, client)

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

Response[Union[ApiCallWithPrice, Error, None]]

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

Dict[str, Any]

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

Union[ApiCallWithPrice, Error, None]

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

This endpoint requires authentication by an org admin. It returns details of the requested API call for the user’s org.

Return type:

Union[ApiCallWithPrice, Error, None]

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

Response[Union[ApiCallWithPrice, Error, None]]

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

This endpoint requires authentication by an org admin. It returns details of the requested API call for the user’s org.

Return type:

Union[ApiCallWithPrice, Error, None]

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

Response[Union[ApiCallWithPrice, Error, None]]