cdaguerre / php-trello-api

A simple Object Oriented wrapper for the Trello API, written in PHP5.
http://cdaguerre.github.io/php-trello-api
MIT License
254 stars 120 forks source link

How to get additional fields of card? #88

Closed darkvovich closed 3 years ago

darkvovich commented 3 years ago

Found solution: $getCard = $client->api('card')->show($trelloId, ['customFieldItems' => true]);