Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Set up the Trello resource in Python.
aiohttp
import os from mirage import MountMode, Workspace from mirage.resource.trello import TrelloConfig, TrelloResource config = TrelloConfig( api_key=os.environ["TRELLO_API_KEY"], api_token=os.environ["TRELLO_API_TOKEN"], ) resource = TrelloResource(config=config) ws = Workspace({"/trello/": resource}, mode=MountMode.READ)
api_key
api_token
workspace_id
board_ids
base_url