kittycad.api.meta.create_debug_uploads

Functions

asyncio(*, client)

Do NOT send files here that you don't want to be public.

asyncio_detailed(*, client)

sync(*, client)

Do NOT send files here that you don't want to be public.

sync_detailed(*, client)

kittycad.api.meta.create_debug_uploads._build_response(*, response)[source][source]
Return type:

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

kittycad.api.meta.create_debug_uploads._get_kwargs(*, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.meta.create_debug_uploads._parse_response(*, response)[source][source]
Return type:

Union[List[str], Error, None]

async kittycad.api.meta.create_debug_uploads.asyncio(*, client)[source][source]

Do NOT send files here that you don’t want to be public.

Return type:

Union[List[str], Error, None]

async kittycad.api.meta.create_debug_uploads.asyncio_detailed(*, client)[source][source]
Return type:

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

kittycad.api.meta.create_debug_uploads.sync(*, client)[source][source]

Do NOT send files here that you don’t want to be public.

Return type:

Union[List[str], Error, None]

kittycad.api.meta.create_debug_uploads.sync_detailed(*, client)[source][source]
Return type:

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