kittycad.api.hidden.logout

Functions

asyncio(*, client)

This is used in logout scenarios.

asyncio_detailed(*, client)

rtype

Response[Union[Any, Error]]

sync(*, client)

This is used in logout scenarios.

sync_detailed(*, client)

rtype

Response[Union[Any, Error]]

kittycad.api.hidden.logout._build_response(*, response)[source][source]
Return type

Response[Union[Any, Error]]

kittycad.api.hidden.logout._get_kwargs(*, client)[source][source]
Return type

Dict[str, Any]

kittycad.api.hidden.logout._parse_response(*, response)[source][source]
Return type

Union[Any, Error, None]

async kittycad.api.hidden.logout.asyncio(*, client)[source][source]

This is used in logout scenarios.

Return type

Union[Any, Error, None]

async kittycad.api.hidden.logout.asyncio_detailed(*, client)[source][source]
Return type

Response[Union[Any, Error]]

kittycad.api.hidden.logout.sync(*, client)[source][source]

This is used in logout scenarios.

Return type

Union[Any, Error, None]

kittycad.api.hidden.logout.sync_detailed(*, client)[source][source]
Return type

Response[Union[Any, Error]]