diff --git a/nodes/Vikunja/Vikunja.node.json b/nodes/Vikunja/Vikunja.node.json index e69de29..e7312d7 100644 --- a/nodes/Vikunja/Vikunja.node.json +++ b/nodes/Vikunja/Vikunja.node.json @@ -0,0 +1,18 @@ +{ + "node": "n8n-nodes-base.vikunja", + "nodeVersion": "1.0", + "codexVersion": "1.0", + "categories": ["Productivity"], + "resources": { + "credentialDocumentation": [ + { + "url": "https://vikunja.io/docs/n8n" + } + ], + "primaryDocumentation": [ + { + "url": "https://vikunja.io/docs/n8n" + } + ] + } +} diff --git a/nodes/Vikunja/VikunjaTrigger.node.json b/nodes/Vikunja/VikunjaTrigger.node.json new file mode 100644 index 0000000..86e165f --- /dev/null +++ b/nodes/Vikunja/VikunjaTrigger.node.json @@ -0,0 +1,18 @@ +{ + "node": "n8n-nodes-base.vikunjaTrigger", + "nodeVersion": "1.0", + "codexVersion": "1.0", + "categories": ["Productivity"], + "resources": { + "credentialDocumentation": [ + { + "url": "https://vikunja.io/docs/n8n" + } + ], + "primaryDocumentation": [ + { + "url": "https://vikunja.io/docs/n8n" + } + ] + } +} diff --git a/nodes/Vikunja/VikunjaTrigger.node.ts b/nodes/Vikunja/VikunjaTrigger.node.ts index 5a20d11..2eb616d 100644 --- a/nodes/Vikunja/VikunjaTrigger.node.ts +++ b/nodes/Vikunja/VikunjaTrigger.node.ts @@ -139,7 +139,6 @@ export class VikunjaTrigger implements INodeType { const bodyData = this.getBodyData() // TODO: Check why that does not work as expected even though it gets done as described - // https://developers.vikunja.com/page/webhooks //const credentials = await this.getCredentials('vikunjaApi'); // // Check if the request is valid