node-red-contrib-gitlabapi 0.0.6

Node-RED node for gitlabapi

npm install node-red-contrib-gitlabapi

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

Node Info

Version: 0.0.6
Updated 3 years, 4 months ago
License: Apache-2.0
Rating: 5.0 2

Categories

Actions

Rate:

Downloads

53 in the last week

Nodes

  • gitlabapi
  • gitlabapiApiKey

Keywords

  • node-red-contrib-contribgen
  • node-red
  • gitlabapi
  • gitlab API
  • nodejs

Maintainers