kittycad.api.meta.get_pricing_subscriptions

Functions

asyncio(*, client)

This is the ultimate source of truth for the pricing of our subscriptions.

asyncio_detailed(*, client)

sync(*, client)

This is the ultimate source of truth for the pricing of our subscriptions.

sync_detailed(*, client)

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

Response[Union[dict, Error, None]]

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

Dict[str, Any]

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

Union[dict, Error, None]

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

This is the ultimate source of truth for the pricing of our subscriptions.

Return type:

Union[dict, Error, None]

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

Response[Union[dict, Error, None]]

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

This is the ultimate source of truth for the pricing of our subscriptions.

Return type:

Union[dict, Error, None]

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

Response[Union[dict, Error, None]]