kittycad.api.payments.get_org_subscription

Functions

asyncio(*, client)

This endpoint requires authentication by an org admin.

asyncio_detailed(*, client)

sync(*, client)

This endpoint requires authentication by an org admin.

sync_detailed(*, client)

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

Response[Union[ZooProductSubscriptions, Error, None]]

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

Dict[str, Any]

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

Union[ZooProductSubscriptions, Error, None]

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

This endpoint requires authentication by an org admin. It gets the subscription for the authenticated user’s org.

Return type:

Union[ZooProductSubscriptions, Error, None]

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

Response[Union[ZooProductSubscriptions, Error, None]]

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

This endpoint requires authentication by an org admin. It gets the subscription for the authenticated user’s org.

Return type:

Union[ZooProductSubscriptions, Error, None]

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

Response[Union[ZooProductSubscriptions, Error, None]]