n8n-nodes-apiinfo 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +26 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,26 @@
1
+ # n8n-nodes-apiinfo
2
+
3
+ This is an n8n community node. It lets you interact with ApiInfo in your n8n workflows.
4
+
5
+ [n8n](https://n8n.io/) is a fair-code licensed workflow automation platform.
6
+
7
+ ## Installation
8
+
9
+ Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
10
+
11
+ ## Credentials
12
+
13
+ No credentials are required for this node.
14
+
15
+ ## Compatibility
16
+
17
+ - n8n v0.124.0 or later
18
+
19
+ ## Operations
20
+
21
+ - **Info**: Get information from the API.
22
+
23
+ ## Resources
24
+
25
+ - [n8n Community Nodes](https://n8n.io/integrations/community-nodes/)
26
+ - [ApiInfo Documentation](https://example.com/api-docs) (Replace with actual link)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-apiinfo",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "n8n node for ApiInfo",
5
5
  "keywords": [
6
6
  "n8n-community-node-package"
@@ -35,4 +35,4 @@
35
35
  "tslint": "^6.1.2",
36
36
  "typescript": "^4.0.2"
37
37
  }
38
- }
38
+ }