From ef9d0c69a870e8836bfe5fec641d77595a2817e2 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 24 Oct 2023 19:21:17 +0200 Subject: [PATCH] feat: add metadata --- nodes/Vikunja/Vikunja.node.json | 18 ++++++++++++++++++ nodes/Vikunja/VikunjaTrigger.node.json | 18 ++++++++++++++++++ nodes/Vikunja/VikunjaTrigger.node.ts | 1 - 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 nodes/Vikunja/VikunjaTrigger.node.json 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