Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Function to Delete/Remove Cards #46

Open
djbusby opened this issue Feb 11, 2017 · 1 comment
Open

Add Function to Delete/Remove Cards #46

djbusby opened this issue Feb 11, 2017 · 1 comment

Comments

@djbusby
Copy link

djbusby commented Feb 11, 2017

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));
}
@GeertHauwaerts
Copy link

Bump to add into the lib.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants