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 archive and delete methods for cards #26

Closed anjiro closed 9 years ago

anjiro commented 9 years ago

Added close_card(), archive_card() (a synonym for close_card()) and delete_card() to the Card object.

its-rigs commented 9 years ago

Thanks for the contribution, sorry for the delay, I've been out of the country.