php-trello-api
php-trello-api copied to clipboard
Don't include unused parameters in Trello API requests
This patch removes many of these unused parameters being passed on the PUT and PATCH requests.
There's probably a better solution, such as defining what the specific fields are for each type of request. But this will get someone working again who has encountered this issue.
Fixes #29