feat: add metadata

This commit is contained in:
kolaente 2023-10-24 19:21:17 +02:00
parent ab034a42f6
commit ef9d0c69a8
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
3 changed files with 36 additions and 1 deletions

View File

@ -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"
}
]
}
}

View File

@ -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"
}
]
}
}

View File

@ -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