Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add copyBoard functionality #82

Merged
merged 2 commits into from Jan 13, 2020
Merged

Add copyBoard functionality #82

merged 2 commits into from Jan 13, 2020

Conversation

sionleroux
Copy link
Contributor

This is not a separate resource in the API. Rather, if you include a source board ID in the post request for creating a board (same as used by the addBoard function) then that board will be used as a base to copy for the new one. Because its parameters have very little overlap with the existing addBoard function it seemed more semantic to create a new function for copying boards.

This resolves #80.

API docs: https://developers.trello.com/reference#boardsid

This is not a separate resource in the API.  Rather, if you include a
source board ID in the post request for creating a board (same as used
by the addBoard function) then that board will be used as a base to copy
for the new one.  Because its parameters have very little overlap with
the existing addBoard function it seemed more semantic to create a new
function for copying boards.

This resolves #80.

API docs: https://developers.trello.com/reference#boardsid
@norberteder norberteder merged commit 0ea44a9 into norberteder:master Jan 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Move Card To List & Copy Board
2 participants