norberteder / trello

Use the Trello API from Node
334 stars 250 forks source link

Support Move Card To List & Copy Board #80

Closed KaptianCore closed 4 years ago

KaptianCore commented 5 years ago

Add so I can clone a board and define a name for it, and move card so I can send cards to and from boards where I can define what card & what board & what placement

sionleroux commented 4 years ago

The "move card to list" to list functionality is provided by the updateCardList function, here's an example from the test suite.

I've added the "copy board" functionality in pull request #82.