php-trello-api
php-trello-api copied to clipboard
New Custom Fields API support
Until recently, custom fields PowerUp data were stored in the pluginData property of cards. Now a new dedicated ressource has been added to the Trello API to be able to interact with this feature through the API.
See https://developers.trello.com/v1.0/docs/getting-started-custom-fields for more details.
Could it be possible to implement this new API feature in the PHP Trello API library?