kittycad.api.payments.get_user_subscription

Functions

asyncio(*, client)

This endpoint requires authentication by any Zoo user.

asyncio_detailed(*, client)

sync(*, client)

This endpoint requires authentication by any Zoo user.

sync_detailed(*, client)

kittycad.api.payments.get_user_subscription._build_response(*, response)[source][source]
Return type:

Response[Union[ZooProductSubscriptions, Error, None]]

kittycad.api.payments.get_user_subscription._get_kwargs(*, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.payments.get_user_subscription._parse_response(*, response)[source][source]
Return type:

Union[ZooProductSubscriptions, Error, None]

async kittycad.api.payments.get_user_subscription.asyncio(*, client)[source][source]

This endpoint requires authentication by any Zoo user. It gets the subscription for the user.

Return type:

Union[ZooProductSubscriptions, Error, None]

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

Response[Union[ZooProductSubscriptions, Error, None]]

kittycad.api.payments.get_user_subscription.sync(*, client)[source][source]

This endpoint requires authentication by any Zoo user. It gets the subscription for the user.

Return type:

Union[ZooProductSubscriptions, Error, None]

kittycad.api.payments.get_user_subscription.sync_detailed(*, client)[source][source]
Return type:

Response[Union[ZooProductSubscriptions, Error, None]]