Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dave-wind/node-red-neo-gitlab
https://github.com/dave-wind/node-red-neo-gitlab
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dave-wind/node-red-neo-gitlab
- Owner: dave-wind
- License: mit
- Created: 2023-09-11T08:24:15.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-11T08:55:26.000Z (about 1 year ago)
- Last Synced: 2024-09-16T02:26:09.850Z (about 2 months ago)
- Language: HTML
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-red-contrib-gitlab
Node-RED node using GitLab APIs.
This is a wrapper around [node-gitlab](https://github.com/jdalrymple/node-gitlab). Check it out for more info.## How to Install
To install Node, please refer to the following site.
https://nodered.org/docs/getting-started/adding-nodes
(Japanese) https://nodered.jp/docs/getting-started/adding-nodes## Available functions(APIs)
The following functions(APIs) can be used:
### Project Issues
- List issues : Get a list of project issues.
- Create issue : Creates a new project issue.
- Update issue : Updates an existing project issue. This function is also used to mark an issue as closed.
- List notes of an issue : Gets a list of all notes for a single issue.
- Create note of an issue : Creates a new note to a single project issue.
- Update note of an issue : Modify existing note of an issue.### Repository Files
- Get File : Get file from repository. Allows you to receive information about file in repository like name, size, content. Note that file content is Base64 encoded.
- Create File : Create new file in repository
- Update File : Update existing file in repository
- Remove File : Delete existing file in repository## Copyright and license
Copyright (c) 2017 Kota Suizu
Released under the MIT license
http://opensource.org/licenses/mit-license.php