标签: python trello
是否可以仅使用一个API调用创建多个Trello卡?我正在寻找某种批量请求。
有一个https://trello.com/docs/api/batch/index.html,但它有一个参数: API v1 GET 路由的列表。我使用 POST 请求来创建卡片。
我目前在循环中使用来自https://trello.com/docs/api/card/index.html的POST /1/cards,但速度非常慢。
POST /1/cards