Home

SDK for Javascript

SDK for NodeJS

Installation

Installing SDK for NodeJS packages

npm install

Publish

# one time
npm login --registry=https://npm.openkm.com/ --scope=@openkm

# Each time wish to publish
./publish.sh

Build documentation

./nodejsdoc.sh

How to execute test

  • Modify the common-test.js with right UUID nodes ( at least must be uploaded txt file + PDF file + Email)
  • Modify the ws-helper file:
    • Comment the line import streamSaver from 'streamsaver';
    • Comment all the function named downloadFile({ method, url, contentType, filename, params, token }) {
    • IMPORTANT !!!! When test finished revert the changes applied in the ws-helper file.

Additional