Trello API:在卡片上投票

时间:2013-09-02 15:39:02

标签: trello

是否可以使用Trello的REST API对公共卡进行投票?

文档不是很有帮助:

https://trello.com/docs/api/card/index.html

https://trello.com/docs/api/action/index.html

谢谢!

1 个答案:

答案 0 :(得分:1)

您正在寻找的路线是POST /1/cards/(card id or shortlink)/membersVotedvalue唯一有效的值是您自己的会员ID。

一般来说,找出这样的事情的最佳方法是在网络应用中执行操作,并在浏览器的开发工具中查看“网络”标签,了解它的要求。