sarumont / py-trello

Python API wrapper around Trello's API
BSD 3-Clause "New" or "Revised" License
945 stars 330 forks source link

Cant get card description #293

Closed mcarlock12 closed 5 years ago

mcarlock12 commented 5 years ago

Having some issues and cant find much documentation for this page, but anyone knows how I can get the card.description?

client = TrelloClient( api_key='', api_secret='' )

all_boards = client.list_boards() all_boards.desc() ??

sarumont commented 5 years ago

You can get the description of a Card via the property card.description()