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

kittycad.api.api_tokens.create_api_token_for_user

kittycad.api.api_tokens.delete_api_token_for_user

kittycad.api.api_tokens.get_api_token_for_user

kittycad.api.api_tokens.list_api_tokens_for_user