文件名称:Trellode:Trello API的Node.js包装器
文件大小:415KB
文件格式:ZIP
更新时间:2024-05-18 22:11:44
JavaScript
不推荐使用
该项目未维护。 如果您喜欢该库的简单性,将其作为围绕各种API端点的简单包装函数,则建议使用 。
三极管
。
您可以在查看Trello API文档。 它的主要用途是查看如果尚未在此处记录的话,可以指定哪些选项。
安装
npm install trellode
用法
获取API密钥和令牌
从获取开发人员密钥。
要访问用户的私人帐户信息,您需要获取访问令牌。 您可以通过将其重定向到https://trello.com/1/authorize?key=
【文件预览】:
Trellode-master
----.gitignore(556B)
----README.md(2KB)
----test()
--------mantest.js(1KB)
--------test.js(747B)
----docs()
--------module-Trellode.html(5KB)
--------Trellode.js.html(8KB)
--------fonts()
--------scripts()
--------styles()
--------index.html(1KB)
--------module-Trellode-Trellode.html(3KB)
----LICENSE(1KB)
----.jshintrc(19B)
----package.json(722B)
----dist()
--------lib()
----conf.json(124B)
----src()
--------lib()
----index.js(51B)
----.travis.yml(158B)
----gulpfile.js(454B)