mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
1965407030
* Added versioning, with new credentials * Fix lint issue * 🔥 Remove old import name * Change function name * 🎨 Simplify name of versions within the node mindee * 🎨 Change version type from string to number * 🔥 Removed Mindee from getting ignored by prettier * 🎨 Ran prettier on Mindee folder * 🔥 Removed unused import * 🎨 Moved exceptions that were not working anymore Co-authored-by: Omar Ajoue <krynble@gmail.com>
31 lines
715 B
JSON
31 lines
715 B
JSON
{
|
|
"node": "n8n-nodes-base.mindee",
|
|
"nodeVersion": "1.0",
|
|
"codexVersion": "1.0",
|
|
"categories": ["Utility"],
|
|
"resources": {
|
|
"credentialDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/credentials/mindee"
|
|
}
|
|
],
|
|
"primaryDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.mindee/"
|
|
}
|
|
],
|
|
"generic": [
|
|
{
|
|
"label": "Building an expense tracking app in 10 minutes",
|
|
"icon": "📱",
|
|
"url": "https://n8n.io/blog/building-an-expense-tracking-app-in-10-minutes/"
|
|
},
|
|
{
|
|
"label": "Learn to Build Powerful API Endpoints Using Webhooks",
|
|
"icon": "🧰",
|
|
"url": "https://n8n.io/blog/learn-to-build-powerful-api-endpoints-using-webhooks/"
|
|
}
|
|
]
|
|
}
|
|
}
|