Tagged Questions
0
votes
0answers
168 views
Trello API Create Card with Due date, members, checklist
I have a problem with adding due date, member and so on.
I have this little small wrapper:
$name="Name for a Card";
$desc="Try using some\n\nmarkdown in your description";
$pos="top";
$trello_key ...