n8n-nodes-fingrid 0.2.0 → 0.2.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.
package/README.md CHANGED
@@ -35,7 +35,7 @@ You need a free Fingrid Open Data API key:
35
35
 
36
36
  - **Dataset**
37
37
  - Get — metadata for a single dataset by ID
38
- - Search — search/list all public datasets
38
+ - Get Many — list all public datasets, optionally filtered by search text
39
39
  - Get Data — time series data for a dataset within a time range
40
40
  - Get Latest Data — most recent data point for a dataset
41
41
  - Get File — a single dataset file
@@ -74,10 +74,10 @@ class Fingrid {
74
74
  action: "Get latest dataset data",
75
75
  },
76
76
  {
77
- name: "Search",
77
+ name: "Get Many",
78
78
  value: "search",
79
- description: "Search / list all public datasets",
80
- action: "Search datasets",
79
+ description: "Retrieve a list of datasets, optionally filtered by search text",
80
+ action: "Get many datasets",
81
81
  },
82
82
  ],
83
83
  default: "get",
@@ -303,7 +303,7 @@ class Fingrid {
303
303
  ],
304
304
  },
305
305
  },
306
- description: "Whether to return a streamlined version of the data without heavy metadata",
306
+ description: "Whether to return a simplified version of the response instead of the raw data",
307
307
  },
308
308
  {
309
309
  displayName: "Additional Options",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-fingrid",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "n8n community node for Fingrid Open Data — Finnish power grid and electricity market data",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",