CmisJS
A CMIS javascript library for node and browser
Install / Use
/learn @agea/CmisJSREADME
CmisJS
A CMIS typescript/javascript library for node and browser, with no dependencies for modern browsers
Breaking API changes in 1.x
In version 1.x all CmisSession methods which connect to repository return a Promise
https://agea.github.io/CmisJS
You can find the documentation for older version at: https://agea.github.io/CmisJS/docs_v0.x/
Install
npm
npm install cmis
bower
bower install cmis
typescript (node or browser)
import { cmis } from cmis;
javascript (node)
var cmis = require('cmis');
javascript (browser)
If you need polyfills for fetch (https://caniuse.com/fetch), Promise (https://caniuse.com/promise) and URLSearchParams (https://caniuse.com/urlsearchparams) you have to include this file before including cmis library:
<script src="node_or_bower_path/dist/cmis.polyfills.js"></script>
Then, you can include the minified version:
<script src="node_or_bower_path/dist/cmis.bundle.js"></script>
javascript (CDN)
<script src="//cdn.jsdelivr.net/gh/agea/cmisjs/dist/cmis.polyfills.js"></script>
<script src="//cdn.jsdelivr.net/gh/agea/cmisjs/dist/cmis.bundle.js"></script>
Usage
See Reference at: https://agea.github.io/CmisJS/classes/cmis.cmissession.html
and tests to see how to use the library at: https://github.com/agea/CmisJS/blob/master/src/cmis.spec.ts
License
MIT - https://github.com/agea/CmisJS/blob/master/LICENSE
Related Skills
node-connect
344.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
96.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
344.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
