$ api ->cards ()->show (string $ id , array $ params )
$ api ->cards ()->create (array $ params )
$ api ->cards ()->update (string $ id , array $ params )
$ api ->cards ()->setBoard (string $ id , string $ boardId )
$ api ->cards ()->getBoard (string $ id , array $ params )
Get the field of a board of a given card
$ api ->cards ()->getBoardField (string $ id , array $ field )
$ api ->cards ()->setList (string $ id , string $ listId )
$ api ->cards ()->getList (string $ id , array $ params )
Get the field of a list of a given card
$ api ->cards ()->getListField (string $ id , array $ field )
$ api ->cards ()->setName (string $ id , string $ name )
Set a given card's description
$ api ->cards ()->setDescription (string $ id , string $ description )
$ api ->cards ()->setClosed (string $ id , boolean $ closed )
Set a given card's due date
$ api ->cards ()->setDueDate (string $ id , \DateTime $ date )
Set a given card's position
$ api ->cards ()->setPosition (string $ id , string|integer $ position )
Set a given card's subscription state
$ api ->cards ()->setSubscribed (string $ id , boolean $ subscribed )
$ api ->cards ()->attachments ()
$ api ->cards ()->checklists ()
$ api ->cards ()->stickers ()