kittycad.api.hidden.logout

Functions

asyncio(*, client)

This is used in logout scenarios.

asyncio_detailed(*, client)

rtype:

Response[Optional[Error]]

sync(*, client)

This is used in logout scenarios.

sync_detailed(*, client)

rtype:

Response[Optional[Error]]

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

Response[Optional[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:

Optional[Error]

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

This is used in logout scenarios.

Return type:

Optional[Error]

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

Response[Optional[Error]]

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

This is used in logout scenarios.

Return type:

Optional[Error]

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

Response[Optional[Error]]