flatsheet-api-client:用于 http 的 JavaScript API 客户端

时间:2021-05-31 06:38:55
【文件属性】:
文件名称:flatsheet-api-client:用于 http 的 JavaScript API 客户端
文件大小:22KB
文件格式:ZIP
更新时间:2021-05-31 06:38:55
JavaScript flatsheet-api-client 用于JavaScript/node API 客户端 待办事项 创建、更新和销毁方法。 安装 npm install --save flatsheet-api-client 示例用法 var Flatsheet = require('flatsheet-api-client'); var flatsheet = new Flatsheet(); /* list of sheets */ flatsheet.sheets.list(function(err, res){ console.log(err, res) }); /* specific sheet */ flatsheet.sheets.get(sheetKey, function (err, res){ console.log(err, res); }); 应用程序接口 创建平
【文件预览】:
flatsheet-api-client-master
----index.js(2KB)
----docs()
--------index.json(64KB)
--------readme.md(4KB)
--------assets()
--------index.html(23KB)
----test.js(2KB)
----package.json(987B)
----readme.md(2KB)
----flatsheet.min.js(11KB)
----accounts.js(2KB)
----.gitignore(22B)
----sheets.js(2KB)

网友评论