kittycad.api.meta.get_schema

Functions

asyncio(*, client)

rtype:

Union[dict, Error, None]

asyncio_detailed(*, client)

rtype:

Response[Union[dict, Error, None]]

sync(*, client)

rtype:

Union[dict, Error, None]

sync_detailed(*, client)

rtype:

Response[Union[dict, Error, None]]

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

Response[Union[dict, Error, None]]

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

Dict[str, Any]

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

Union[dict, Error, None]

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

Union[dict, Error, None]

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

Response[Union[dict, Error, None]]

kittycad.api.meta.get_schema.sync(*, client)[source][source]
Return type:

Union[dict, Error, None]

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

Response[Union[dict, Error, None]]