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

add member to some organiisation #8

Closed torpedoallen closed 11 years ago

torpedoallen commented 11 years ago

it seems more convenient to manage members

its-rigs commented 11 years ago

Just to keep you updated I'm currently completely stacked at work but I will hopefully get time to have a proper look on Monday.

I just want to make sure that the overall paradigm is preserved and check that the addMembers functions aren't affected anywhere else. I think the add member using the id requires another parameter passing to it. I believe it was the type... admin, normal, etc

Cheers, Luke