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 creating a label (pass query_parameters) or assigning one (pass label) #31

Closed jean closed 8 years ago

jean commented 8 years ago

An alternative implementation may be to have one parameter, and check whether it is a dictionary or a Label instance.

jean commented 8 years ago

Aargh, all the commits ended up on the branch, of course ..