0.0.6 • Published 2 years ago

node-red-contrib-gitlabapi v0.0.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

node-red-contrib-gitlabapi

Node-RED node for gitlabapi

Install

To install the stable version use the Menu - Manage palette - Install option and search for node-red-contrib-gitlabapi, or run the following command in your Node-RED user directory, typically ~/.node-red

npm install node-red-contrib-gitlabapi

Wrapper gitlab API

Credentials Node for Access Token & URL

Sample parameters

// msg.method = 'get';
// msg.api = 'issues';
// msg.path = '';
msg.params = {}
// msg.params.assignee_id=1
// msg.params.author_id=5
// msg.params.labels='test'
// msg.params.state='opened'
msg.params.state='closed'
return msg;

Sample Flow

You can make this json string into a flow by using the node-red flow import function.

alt