kittycad.api.meta.get_schema

Functions

asyncio(*, client)

rtype

Union[Any, dict, Error, None]

asyncio_detailed(*, client)

rtype

Response[Union[Any, dict, Error]]

sync(*, client)

rtype

Union[Any, dict, Error, None]

sync_detailed(*, client)

rtype

Response[Union[Any, dict, Error]]

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

Response[Union[Any, dict, Error]]

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[Any, dict, Error, None]

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

Union[Any, dict, Error, None]

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

Response[Union[Any, dict, Error]]

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

Union[Any, dict, Error, None]

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

Response[Union[Any, dict, Error]]