sarumont / py-trello

Python API wrapper around Trello's API
BSD 3-Clause "New" or "Revised" License
945 stars 330 forks source link

Implement the Move List to Board API #321

Closed jessexoc closed 4 years ago

jessexoc commented 4 years ago

Adding in the Move List to Board API per docs

Additionally since the web interface allows moving to a specific position on the new board, optionally call .move(position) if a position is provided.

(Also clean up some trailing whitespace)