kittycad.api.api_tokens

Contains methods for accessing the api_tokens API paths: API tokens allow users to call the API outside of their session token that is used as a cookie in the user interface. Users can create, delete, and list their API tokens. But, of course, you need an API token to do this, so first be sure to generate one in the account UI.

Modules

create_api_token_for_user

delete_api_token_for_user

get_api_token_for_user

list_api_tokens_for_user