php-trello-api
php-trello-api copied to clipboard
Add Function to Delete/Remove Cards
lib/Trello/Api/Card.php is missing the bits to delete/remove a card, I'll just leave this here:
public function remove($id)
{
return $this->delete($this->getPath().'/'.rawurlencode($id));
}
Bump to add into the lib.