kittycad.api.api_tokens.list_api_tokens_for_user

Functions

asyncio(sort_by, *, client[, limit, page_token])

This endpoint requires authentication by any KittyCAD user.

asyncio_detailed(sort_by, *, client[, ...])

rtype:

Response[Union[ApiTokenResultsPage, Error, None]]

sync(sort_by, *, client[, limit, page_token])

This endpoint requires authentication by any KittyCAD user.

sync_detailed(sort_by, *, client[, limit, ...])

rtype:

Response[Union[ApiTokenResultsPage, Error, None]]

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

Response[Union[ApiTokenResultsPage, Error, None]]

kittycad.api.api_tokens.list_api_tokens_for_user._get_kwargs(sort_by, *, client, limit=None, page_token=None)[source][source]
Return type:

Dict[str, Any]

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

Union[ApiTokenResultsPage, Error, None]

async kittycad.api.api_tokens.list_api_tokens_for_user.asyncio(sort_by, *, client, limit=None, page_token=None)[source][source]

This endpoint requires authentication by any KittyCAD user. It returns the API tokens for the authenticated user. The API tokens are returned in order of creation, with the most recently created API tokens first.

Return type:

Union[ApiTokenResultsPage, Error, None]

async kittycad.api.api_tokens.list_api_tokens_for_user.asyncio_detailed(sort_by, *, client, limit=None, page_token=None)[source][source]
Return type:

Response[Union[ApiTokenResultsPage, Error, None]]

kittycad.api.api_tokens.list_api_tokens_for_user.sync(sort_by, *, client, limit=None, page_token=None)[source][source]

This endpoint requires authentication by any KittyCAD user. It returns the API tokens for the authenticated user. The API tokens are returned in order of creation, with the most recently created API tokens first.

Return type:

Union[ApiTokenResultsPage, Error, None]

kittycad.api.api_tokens.list_api_tokens_for_user.sync_detailed(sort_by, *, client, limit=None, page_token=None)[source][source]
Return type:

Response[Union[ApiTokenResultsPage, Error, None]]