Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

nunux-keeper/node-red-contrib-keeper

Repository files navigation

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.


⚠️⚠️⚠️This project is discontinued⚠️⚠️⚠️

Please consider to use node-red-contrib-openid as replacement


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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published