We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a03f6 commit ab2cdf3Copy full SHA for ab2cdf3
README.md
@@ -43,6 +43,13 @@ pnpm add @devlikeapro/n8n-openapi-node
43
yarn add @devlikeapro/n8n-openapi-node
44
```
45
46
+👉 We recommend using one of repo for the template:
47
+
48
+- https://github.com/devlikeapro/n8n-nodes-petstore - Petstore example generated from OpenAPI v3 spec
49
+- https://github.com/n8n-io/n8n-nodes-starter - Official n8n nodes starter template
50
51
+Find more real-world examples in [Use Cases](#use-cases) section.
52
53
## Usage
54
55
1. Add your `openapi.json` to `src/{NodeName}` folder
0 commit comments