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

Allow fetching of extra info such as comments #28

Closed wolph closed 8 years ago

wolph commented 9 years ago

The Trello API can return quite a bit more data but the previous api didn't easily support that. Now all get functions have optional query_params which allow for parameters such as actions to fetch comments and such.

its-rigs commented 8 years ago

Thanks again for your continued contributions.