its-rigs / Trolly

A Python wrapper around the Trello API. Provides a group of Python classes to represent Trello Objects. All classes come with basic Trello API method calls and are easily extensible to suit your needs. See the README for more details.
MIT License
100 stars 29 forks source link

enabled access to other fetched data #27

Closed wolph closed 9 years ago

wolph commented 9 years ago

Right now this data is completely ignored which is just a waste, this fix makes the data easily accessible through card.attribute or as a dictionary of the raw data through card.data (and the same for the other objects).