mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 22:54:05 -08:00
3c6f38d045
* Start of OneSimpleAPI Node * Node functionality is complete * ⚡ Improvements to #2357 * ⚡ Add internal feedback * ⚡ Minor improvements Co-authored-by: Jonathan <jonathan.bennetts@gmail.com> Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
21 lines
357 B
JSON
21 lines
357 B
JSON
{
|
|
"node": "n8n-nodes-base.oneSimpleApi",
|
|
"nodeVersion": "1.0",
|
|
"codexVersion": "1.0",
|
|
"categories": [
|
|
"Utility"
|
|
],
|
|
"resources": {
|
|
"credentialDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/credentials/OneSimpleAPI"
|
|
}
|
|
],
|
|
"primaryDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.oneSimpleApi/"
|
|
}
|
|
]
|
|
}
|
|
}
|