简体   繁体   中英

Use Trello as data Source for website and mobile App.How to Implement trello in server side because using apiKey and Token to client side in not good

我正在使用trello。我可以使用jQuery从我的网站使用API​​KEY和TOKEN调用Trello Rest Api,获取JSON并显示到HTML页面中。共享KEY和TOKEN不好。我想在我的Node.js后端中实现Trello服务器到服务器trello数据到网站。我该怎么办?

All i did was writing nodejs trello in google and the first answer was this:

https://www.npmjs.com/package/node-trello

the second result was this:

https://www.npmjs.com/package/trello

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM