node-collective:Widen Collective 的 JavaScript 客户端

时间:2024-07-23 03:41:24
【文件属性】:

文件名称:node-collective:Widen Collective 的 JavaScript 客户端

文件大小:112KB

文件格式:ZIP

更新时间:2024-07-23 03:41:24

JavaScript

节点集体 的 JavaScript 客户端。 适用于节点和浏览器! (注意:从技术上讲,只有在您关闭 CORS 或使用类的代理绕过 CORS 限制时,它才能在浏览器中工作。) 响应处理 承诺 由于可以使用承诺处理响应。 // Promise var success = function(res) { console.log("Promise success!"); }; var failure = function(err){ console.log("Promise fail!"); } var query = null; collective('GET', '/collections', query, options).then(success, failure); 回调 也可以使用 nodejs 风格的回调来处理响应: // Callback var cb


【文件预览】:
node-collective-master
----.jshintrc(791B)
----.travis.yml(277B)
----LICENSE(1KB)
----test()
--------all-test.js(8KB)
--------fixtures()
--------node-test.js(2KB)
--------browser-test.js(2KB)
----README.md(3KB)
----.gitignore(558B)
----index.js(10KB)
----karma.conf.js(964B)
----package.json(3KB)
----static()
--------bundle.min.js(133KB)
--------bundle.js(242KB)

网友评论