kittycad.api.meta.get_metadata

Functions

asyncio(*, client)

This includes information on any of our other distributed systems it is connected to.

asyncio_detailed(*, client)

rtype:

Response[Union[Metadata, Error, None]]

sync(*, client)

This includes information on any of our other distributed systems it is connected to.

sync_detailed(*, client)

rtype:

Response[Union[Metadata, Error, None]]

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

Response[Union[Metadata, Error, None]]

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

Dict[str, Any]

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

Union[Metadata, Error, None]

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

This includes information on any of our other distributed systems it is connected to. You must be a KittyCAD employee to perform this request.

Return type:

Union[Metadata, Error, None]

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

Response[Union[Metadata, Error, None]]

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

This includes information on any of our other distributed systems it is connected to. You must be a KittyCAD employee to perform this request.

Return type:

Union[Metadata, Error, None]

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

Response[Union[Metadata, Error, None]]