Skip to content

Commit 293fc41

Browse files
committed
ok v.0.0.1 done
1 parent 77d8724 commit 293fc41

File tree

5 files changed

+38
-5
lines changed

5 files changed

+38
-5
lines changed

aitable-helper-workflow.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

aitable-unofficial.svg

+10
Loading

nodes/AitableNode/Aitable.node.ts

+5-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type {
77
import { NodeConnectionType, NodeOperationError } from 'n8n-workflow';
88

99
/**
10-
* Aitable API Integration for n8n
10+
* Aitable API Integration for n8n (Unofficial)
1111
*
1212
* Note on searchNodesInDatasheet operation:
1313
* This operation fetches records from a specified datasheet directly using the
@@ -21,13 +21,14 @@ export class Aitable implements INodeType {
2121
}
2222

2323
description: INodeTypeDescription = {
24-
displayName: 'Aitable.ai',
24+
displayName: 'Aitable Unofficial',
2525
name: 'aitable',
26+
icon: 'file:aitable.svg',
2627
group: ['transform'],
2728
version: 1,
28-
description: 'Interact with Aitable.ai API',
29+
description: 'Interact with Aitable.ai API (Unofficial Integration)',
2930
defaults: {
30-
name: 'Aitable',
31+
name: 'Aitable Unofficial',
3132
},
3233
inputs: [NodeConnectionType.Main],
3334
outputs: [NodeConnectionType.Main],

nodes/AitableNode/aitable.svg

+21
Loading

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "n8n-nodes-aitable",
2+
"name": "n8n-nodes-aitable-unofficial",
33
"version": "0.1.0",
44
"description": "",
55
"type": "commonjs",

0 commit comments

Comments
 (0)