文件名称:sppull:using使用Node.js从SharePoint文档库下载文件而不会遇到麻烦
文件大小:182KB
文件格式:ZIP
更新时间:2024-06-15 03:09:30
nodejs javascript downloader developer-tools sharepoint
SPPull-简单的客户端,可以从SharePoint中提取和下载文件 用于从SharePoint文档库下载文件的Node.js模块。 2.7.0版中的新功能 [重大更改]:删除了旧版module.exports,以便在现代JS和TypeScript中直接使用 import SPPull from 'sppull' ; const sppull = SPPull . download ; // <-- this is an entry point 将TSLint替换为ESLint 集成测试已迁移到新版本的Mocha并已修复 2.2.0版中的新功能 文件流下载: 下载任何受支持大小的文件 有效内存消耗,同时读取大文件 2.1.0版中的新功能 SPO和HTTPS环境中的性能得到了改善。 现在,在多个对象上下载速度提高了x2! 2.0.6版中的新功能 智能的重新下载机制。 下载中将忽略
【文件预览】:
sppull-master
----.github()
--------PULL_REQUEST_TEMPLATE.md(256B)
----.eslintrc.js(481B)
----src()
--------SPPull.ts(11KB)
--------utils()
--------index.ts(233B)
--------interfaces()
--------api()
----.vscode()
--------launch.json(792B)
----.npmignore(112B)
----examples()
--------basic()
----tsconfig.json(510B)
----LICENSE(1KB)
----test()
--------configs.ts(1KB)
--------interfaces.ts(486B)
--------.mocharc.json(180B)
--------integration()
--------init.ts(858B)
--------utils()
--------structure()
--------manual()
----README.md(8KB)
----azure-pipelines.yml(406B)
----docs()
--------Scenarios.md(5KB)
----.gitignore(59B)
----.eslintignore(53B)
----package-lock.json(115KB)
----package.json(2KB)