kittycad.api.orgs.get_org

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.orgs.get_org._build_response(*, response)[source][source]
Return type:

Response[Union[Org, Error, None]]

kittycad.api.orgs.get_org._get_kwargs(*, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.orgs.get_org._parse_response(*, response)[source][source]
Return type:

Union[Org, Error, None]

async kittycad.api.orgs.get_org.asyncio(*, client)[source][source]

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

Return type:

Union[Org, Error, None]

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

Response[Union[Org, Error, None]]

kittycad.api.orgs.get_org.sync(*, client)[source][source]

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

Return type:

Union[Org, Error, None]

kittycad.api.orgs.get_org.sync_detailed(*, client)[source][source]
Return type:

Response[Union[Org, Error, None]]