n8n-nodes-hudu 1.0.4 → 1.1.0

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 +173 -163
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,163 +1,173 @@
1
- # n8n-nodes-hudu
2
-
3
- This is an n8n community node (v1.0.0). It lets you use Hudu in your n8n workflows.
4
-
5
- [Hudu](https://www.hudu.com/) is a modern documentation platform for IT.
6
-
7
- [n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
8
-
9
- This node was built against Hudu v2.34.4. Future versions of Hudu may not be 100% compatible without node updates.
10
-
11
- > **Note:** This is version 1.0.0, so some bugs are expected. Please report any issues on the [GitHub repository](https://github.com/msoukhomlinov/n8n-nodes-hudu).
12
-
13
- ## Installation
14
-
15
- Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
16
-
17
- ## Supported Resources & Operations
18
-
19
- ### Activity Logs
20
-
21
- - Get all activity logs
22
-
23
- ### API Info
24
-
25
- - Get API information
26
-
27
- ### Articles
28
-
29
- - Create, read, update, and delete articles
30
- - List all articles with pagination support
31
-
32
- ### Asset Layouts
33
-
34
- - Manage asset layout templates
35
-
36
- ### Asset Passwords
37
-
38
- - Manage asset-related passwords
39
-
40
- ### Assets
41
-
42
- - Create and manage assets
43
- - Link assets to companies
44
-
45
- ### Cards
46
-
47
- - Manage cards in the system
48
-
49
- ### Companies
50
-
51
- - Create a company
52
- - Delete a company
53
- - Get a company
54
- - Get all companies
55
- - Update a company
56
-
57
- ### Expirations
58
-
59
- - Get all expirations with filtering support for:
60
- - Company ID
61
- - Expiration type
62
- - Resource ID
63
- - Resource type
64
-
65
- ### Folders
66
-
67
- - Manage document folders
68
-
69
- ### IP Addresses
70
-
71
- - Track and manage IP addresses
72
-
73
- ### Magic Dash
74
-
75
- - Access Magic Dash functionality
76
-
77
- ### Matchers
78
-
79
- - Configure and manage matchers
80
-
81
- ### Networks
82
-
83
- - Manage network information
84
-
85
- ### Password Folders
86
-
87
- - Organise and manage password folders
88
-
89
- ### Procedures
90
-
91
- - Create and manage procedures
92
- - Handle procedure tasks
93
-
94
- ### Public Photos
95
-
96
- - Manage public photos
97
-
98
- ### Rack Storage
99
-
100
- - Manage rack storage
101
- - Handle rack storage items
102
-
103
- ### Relations
104
-
105
- - Manage relationships between resources
106
-
107
- ### Uploads
108
-
109
- - Handle file uploads
110
- - Get upload information
111
- - Delete uploads
112
-
113
- ### Users
114
-
115
- - Get user information
116
- - List all users
117
-
118
- ### Websites
119
-
120
- - Manage website records
121
-
122
- ## Credentials
123
-
124
- To use this node, you need to:
125
-
126
- 1. Have a Hudu instance
127
- 2. Generate an API key in your Hudu settings
128
- 3. Configure the node with:
129
- - Base URL (e.g., https://your-hudu-instance.com)
130
- - API Key
131
-
132
- ## Features
133
-
134
- - Pagination support for applicable resources
135
- - Comprehensive error handling
136
- - Filtering capabilities for relevant operations
137
- - Supports both single and bulk operations
138
- - Automatic rate limiting and request optimisation
139
-
140
- ## Resources
141
-
142
- - [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/)
143
- - [Hudu API Documentation](https://your-hudu-instance.com/api-docs)
144
- - [GitHub Repository](https://github.com/msoukhomlinov/n8n-nodes-hudu)
145
-
146
- ## Contributing
147
-
148
- Contributions are welcome! If you'd like to contribute to this project:
149
-
150
- 1. Fork the repository
151
- 2. Create a feature branch (`git checkout -b feature/AmazingFeature`)
152
- 3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
153
- 4. Push to the branch (`git push origin feature/AmazingFeature`)
154
- 5. Open a Pull Request
155
-
156
- Please ensure your PR:
157
-
158
- - Clearly describes the changes
159
- - Includes any relevant documentation updates
160
- - Follows the existing code style
161
- - Includes tests if applicable
162
-
163
- For bug reports or feature requests, please use the GitHub issues section.
1
+ # n8n-nodes-hudu
2
+
3
+ This is an n8n community node that lets you use Hudu in your n8n workflows.
4
+
5
+ [Hudu](https://www.hudu.com/) is a modern documentation platform for IT.
6
+
7
+ [n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
8
+
9
+ This node was built against Hudu v2.34.4. Future versions of Hudu may not be 100% compatible without node updates.
10
+
11
+ ## Installation
12
+
13
+ Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
14
+
15
+ ## Supported Resources & Operations
16
+
17
+ ### Activity Logs
18
+
19
+ - Get all activity logs
20
+
21
+ ### API Info
22
+
23
+ - Get API information
24
+
25
+ ### Articles
26
+
27
+ - Create, read, update, and delete articles
28
+ - List all articles with pagination support
29
+
30
+ ### Asset Layouts
31
+
32
+ - Manage asset layout templates
33
+
34
+ ### Asset Passwords
35
+
36
+ - Manage asset-related passwords
37
+
38
+ ### Assets
39
+
40
+ - Create and manage assets
41
+ - Link assets to companies
42
+
43
+ ### Cards
44
+
45
+ - Manage cards in the system
46
+
47
+ ### Companies
48
+
49
+ - Create a company
50
+ - Delete a company
51
+ - Get a company
52
+ - Get all companies
53
+ - Update a company
54
+
55
+ ### Expirations
56
+
57
+ - Get all expirations with filtering support for:
58
+ - Company ID
59
+ - Expiration type
60
+ - Resource ID
61
+ - Resource type
62
+
63
+ ### Folders
64
+
65
+ - Manage document folders
66
+
67
+ ### IP Addresses
68
+
69
+ - Track and manage IP addresses
70
+
71
+ ### Magic Dash
72
+
73
+ - Access Magic Dash functionality
74
+
75
+ ### Matchers
76
+
77
+ - Configure and manage matchers
78
+
79
+ ### Networks
80
+
81
+ - Manage network information
82
+
83
+ ### Password Folders
84
+
85
+ - Organise and manage password folders
86
+
87
+ ### Procedures
88
+
89
+ - Create and manage procedures
90
+ - Handle procedure tasks
91
+
92
+ ### Public Photos
93
+
94
+ - Manage public photos
95
+
96
+ ### Rack Storage
97
+
98
+ - Manage rack storage
99
+ - Handle rack storage items
100
+
101
+ ### Relations
102
+
103
+ - Manage relationships between resources
104
+
105
+ ### Uploads
106
+
107
+ - Handle file uploads
108
+ - Get upload information
109
+ - Delete uploads
110
+
111
+ ### Users
112
+
113
+ - Get user information
114
+ - List all users
115
+
116
+ ### Websites
117
+
118
+ - Manage website records
119
+
120
+ ## Credentials
121
+
122
+ To use this node, you need to:
123
+
124
+ 1. Have a Hudu instance
125
+ 2. Generate an API key in your Hudu settings
126
+ 3. Configure the node with:
127
+ - Base URL (e.g., https://your-hudu-instance.com)
128
+ - API Key
129
+
130
+ ## Features
131
+
132
+ - Comprehensive date range filtering across resources:
133
+ - Articles: Filter by `created_at` and `updated_at`
134
+ - Asset Layouts: Filter by `created_at` and `updated_at`
135
+ - Asset Passwords: Filter by `created_at` and `updated_at`
136
+ - Assets: Filter by `created_at` and `updated_at`
137
+ - Companies: Filter by `created_at` and `updated_at`
138
+ - IP Addresses: Filter by `created_at` and `updated_at`
139
+ - Networks: Filter by `created_at` and `updated_at`
140
+ - Rack Storages: Filter by `created_at` and `updated_at`
141
+ - Rack Storage Items: Filter by `created_at` and `updated_at`
142
+ - Websites: Filter by `created_at` and `updated_at`
143
+ - Pagination support for applicable resources
144
+ - Comprehensive error handling
145
+ - Advanced filtering capabilities for all resources
146
+ - Supports both single and bulk operations
147
+ - Automatic rate limiting and request optimisation
148
+ - Standardised date range filter structure across all resources
149
+
150
+ ## Resources
151
+
152
+ - [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/)
153
+ - [Hudu API Documentation](https://your-hudu-instance.com/api-docs)
154
+ - [GitHub Repository](https://github.com/msoukhomlinov/n8n-nodes-hudu)
155
+
156
+ ## Contributing
157
+
158
+ Contributions are welcome! If you'd like to contribute to this project:
159
+
160
+ 1. Fork the repository
161
+ 2. Create a feature branch (`git checkout -b feature/AmazingFeature`)
162
+ 3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
163
+ 4. Push to the branch (`git push origin feature/AmazingFeature`)
164
+ 5. Open a Pull Request
165
+
166
+ Please ensure your PR:
167
+
168
+ - Clearly describes the changes
169
+ - Includes any relevant documentation updates
170
+ - Follows the existing code style
171
+ - Includes tests if applicable
172
+
173
+ For bug reports or feature requests, please use the GitHub issues section.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-hudu",
3
- "version": "1.0.4",
3
+ "version": "1.1.0",
4
4
  "description": "This n8n custom node facilitates integration with Hudu's API.",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",