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 +1 -1
- package/dist/nodes/Fingrid/Fingrid.node.js +4 -4
- package/package.json +1 -1
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
|
-
-
|
|
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: "
|
|
77
|
+
name: "Get Many",
|
|
78
78
|
value: "search",
|
|
79
|
-
description: "
|
|
80
|
-
action: "
|
|
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
|
|
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",
|