kittycad.api.users.get_user_self_extended

Functions

asyncio(*, client)

Get the user information for the authenticated user.

asyncio_detailed(*, client)

rtype:

Response[Union[ExtendedUser, Error, None]]

sync(*, client)

Get the user information for the authenticated user.

sync_detailed(*, client)

rtype:

Response[Union[ExtendedUser, Error, None]]

kittycad.api.users.get_user_self_extended._build_response(*, response)[source][source]
Return type:

Response[Union[ExtendedUser, Error, None]]

kittycad.api.users.get_user_self_extended._get_kwargs(*, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.users.get_user_self_extended._parse_response(*, response)[source][source]
Return type:

Union[ExtendedUser, Error, None]

async kittycad.api.users.get_user_self_extended.asyncio(*, client)[source][source]

Get the user information for the authenticated user. Alternatively, you can also use the /users-extended/me endpoint.

Return type:

Union[ExtendedUser, Error, None]

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

Response[Union[ExtendedUser, Error, None]]

kittycad.api.users.get_user_self_extended.sync(*, client)[source][source]

Get the user information for the authenticated user. Alternatively, you can also use the /users-extended/me endpoint.

Return type:

Union[ExtendedUser, Error, None]

kittycad.api.users.get_user_self_extended.sync_detailed(*, client)[source][source]
Return type:

Response[Union[ExtendedUser, Error, None]]