node-red-contrib-keeper

0.0.5 • Public • Published

node-red-contrib-keeper

Node-RED node to save and retrieve document from Nunux Keeper v2.

Please note that this node is not compatible with Nunux Keeper v1.

Screenshot

Install

Run the following command in the root directory of your Node-RED install

npm install node-red-node-keeper

Usage

Request node

Create, update, delete or retrieve a document from Nunux Keeper v2.

The document on Keeper is taken from the node docid property or the msg.docid property.

The document content is sent as msg.payload property. If the request fails msg.error will contain an error object.

To create a document The message payload should be as follow:

  • title: Document title
  • label: Label to classify the document (The label ID)
  • content: Document content
  • contentType: Document type
  • origin: Document origin URL

All attributes are optional. If only origin attribute is provided, then the document will be extracted from the endpoint.

Package Sidebar

Install

npm i node-red-contrib-keeper

Weekly Downloads

10

Version

0.0.5

License

Apache-2.0

Last publish

Collaborators

  • ncarlier