| Name | Type | Description |
|---|---|---|
board_name* | str | The name of the Trello board. |
api_key | Optional[str] | Default: NoneTrello API key. Can also be specified as environment variable TRELLO_API_KEY. |
token | Optional[str] | Default: None |
include_card_name* | unknown | |
include_comments* | unknown | |
include_checklist* | unknown | |
card_filter* | unknown | |
extra_metadata* | unknown |
Convenience constructor that builds TrelloClient init param for you.
Trello token. Can also be specified as environment variable TRELLO_TOKEN.
Whether to include the name of the card in the document.
Whether to include the comments on the card in the document.
Whether to include the checklist on the card in the document.
Filter on card status. Valid values are "closed", "open", "all".
List of additional metadata fields to include as document metadata.Valid values are "due_date", "labels", "list", "closed".