kittycad.api.file.get_file_conversion_with_base64_helper

Functions

asyncio(id, *, client)

Get the status of a file conversion.

sync(id, *, client)

Get the status of a file conversion.

async kittycad.api.file.get_file_conversion_with_base64_helper.asyncio(id, *, client)[source][source]

Get the status of a file conversion. This function automatically base64 decodes the output response if there is one.

Return type:

Union[Any, FileConversion, Error, None]

kittycad.api.file.get_file_conversion_with_base64_helper.sync(id, *, client)[source][source]

Get the status of a file conversion. This function automatically base64 decodes the output response if there is one.

Return type:

Union[Any, FileConversion, Error, None]