kittycad.api.api_tokens.create_api_token_for_user

Functions

asyncio(*, client[, label])

This endpoint requires authentication by any Zoo user.

asyncio_detailed(*, client[, label])

rtype:

Response[Union[ApiToken, Error, None]]

sync(*, client[, label])

This endpoint requires authentication by any Zoo user.

sync_detailed(*, client[, label])

rtype:

Response[Union[ApiToken, Error, None]]

kittycad.api.api_tokens.create_api_token_for_user._build_response(*, response)[source][source]
Return type:

Response[Union[ApiToken, Error, None]]

kittycad.api.api_tokens.create_api_token_for_user._get_kwargs(*, client, label=None)[source][source]
Return type:

Dict[str, Any]

kittycad.api.api_tokens.create_api_token_for_user._parse_response(*, response)[source][source]
Return type:

Union[ApiToken, Error, None]

async kittycad.api.api_tokens.create_api_token_for_user.asyncio(*, client, label=None)[source][source]

This endpoint requires authentication by any Zoo user. It creates a new API token for the authenticated user.

Return type:

Union[ApiToken, Error, None]

async kittycad.api.api_tokens.create_api_token_for_user.asyncio_detailed(*, client, label=None)[source][source]
Return type:

Response[Union[ApiToken, Error, None]]

kittycad.api.api_tokens.create_api_token_for_user.sync(*, client, label=None)[source][source]

This endpoint requires authentication by any Zoo user. It creates a new API token for the authenticated user.

Return type:

Union[ApiToken, Error, None]

kittycad.api.api_tokens.create_api_token_for_user.sync_detailed(*, client, label=None)[source][source]
Return type:

Response[Union[ApiToken, Error, None]]