adlio / trello

Trello API wrapper for Go
MIT License
220 stars 71 forks source link

Support the idLabels field on card #14

Closed mcasper closed 6 years ago

mcasper commented 6 years ago

This should all you to assign labels to a card when creating it by giving a list of the label IDs.

Relevant docs: https://developers.trello.com/reference/#cards-2

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.07%) to 70.144% when pulling 42ec9f02396ffad2e26aacdb5a581fddba8bb999 on mcasper:idLabels into 47013893283bbc3b8d98f5f612c04a18f8ef227b on adlio:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.07%) to 70.144% when pulling 42ec9f02396ffad2e26aacdb5a581fddba8bb999 on mcasper:idLabels into 47013893283bbc3b8d98f5f612c04a18f8ef227b on adlio:master.

adlio commented 6 years ago

Much appreciated. Thank you for the contribution.