@nordsym/apiclaw 2.6.5 → 2.6.6
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/dist/registry/apis.json +14 -14
- package/package.json +2 -2
- package/src/registry/apis.json +14 -14
package/dist/registry/apis.json
CHANGED
|
@@ -96165,23 +96165,23 @@
|
|
|
96165
96165
|
},
|
|
96166
96166
|
{
|
|
96167
96167
|
"name": "Frankfurter",
|
|
96168
|
-
"description": "
|
|
96169
|
-
"category": "
|
|
96170
|
-
"baseUrl": "https://
|
|
96171
|
-
"docsUrl": "",
|
|
96172
|
-
"auth": "
|
|
96173
|
-
"pricing": "
|
|
96174
|
-
"callable":
|
|
96168
|
+
"description": "Free currency exchange rates API. Latest rates, historical data, time series. No auth required.",
|
|
96169
|
+
"category": "Finance",
|
|
96170
|
+
"baseUrl": "https://api.frankfurter.dev/v1",
|
|
96171
|
+
"docsUrl": "https://www.frankfurter.dev/",
|
|
96172
|
+
"auth": "none",
|
|
96173
|
+
"pricing": "free",
|
|
96174
|
+
"callable": true
|
|
96175
96175
|
},
|
|
96176
96176
|
{
|
|
96177
96177
|
"name": "Frankfurter API",
|
|
96178
|
-
"description": "
|
|
96179
|
-
"category": "
|
|
96180
|
-
"baseUrl": "https://
|
|
96181
|
-
"docsUrl": "",
|
|
96182
|
-
"auth": "
|
|
96183
|
-
"pricing": "
|
|
96184
|
-
"callable":
|
|
96178
|
+
"description": "Free currency exchange rates API (alias for Frankfurter). No auth required.",
|
|
96179
|
+
"category": "Finance",
|
|
96180
|
+
"baseUrl": "https://api.frankfurter.dev/v1",
|
|
96181
|
+
"docsUrl": "https://www.frankfurter.dev/",
|
|
96182
|
+
"auth": "none",
|
|
96183
|
+
"pricing": "free",
|
|
96184
|
+
"callable": true
|
|
96185
96185
|
},
|
|
96186
96186
|
{
|
|
96187
96187
|
"name": "Frankie Financial API",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nordsym/apiclaw",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.6",
|
|
4
4
|
"description": "The API layer for AI agents. 26,704 discoverable APIs, 2,895 empirically callable (49 fully managed). MCP native.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -95,4 +95,4 @@
|
|
|
95
95
|
"apiclaw": "./dist/bin.js",
|
|
96
96
|
"apiclaw-http": "./dist/bin-http.js"
|
|
97
97
|
}
|
|
98
|
-
}
|
|
98
|
+
}
|
package/src/registry/apis.json
CHANGED
|
@@ -96165,23 +96165,23 @@
|
|
|
96165
96165
|
},
|
|
96166
96166
|
{
|
|
96167
96167
|
"name": "Frankfurter",
|
|
96168
|
-
"description": "
|
|
96169
|
-
"category": "
|
|
96170
|
-
"baseUrl": "https://
|
|
96171
|
-
"docsUrl": "",
|
|
96172
|
-
"auth": "
|
|
96173
|
-
"pricing": "
|
|
96174
|
-
"callable":
|
|
96168
|
+
"description": "Free currency exchange rates API. Latest rates, historical data, time series. No auth required.",
|
|
96169
|
+
"category": "Finance",
|
|
96170
|
+
"baseUrl": "https://api.frankfurter.dev/v1",
|
|
96171
|
+
"docsUrl": "https://www.frankfurter.dev/",
|
|
96172
|
+
"auth": "none",
|
|
96173
|
+
"pricing": "free",
|
|
96174
|
+
"callable": true
|
|
96175
96175
|
},
|
|
96176
96176
|
{
|
|
96177
96177
|
"name": "Frankfurter API",
|
|
96178
|
-
"description": "
|
|
96179
|
-
"category": "
|
|
96180
|
-
"baseUrl": "https://
|
|
96181
|
-
"docsUrl": "",
|
|
96182
|
-
"auth": "
|
|
96183
|
-
"pricing": "
|
|
96184
|
-
"callable":
|
|
96178
|
+
"description": "Free currency exchange rates API (alias for Frankfurter). No auth required.",
|
|
96179
|
+
"category": "Finance",
|
|
96180
|
+
"baseUrl": "https://api.frankfurter.dev/v1",
|
|
96181
|
+
"docsUrl": "https://www.frankfurter.dev/",
|
|
96182
|
+
"auth": "none",
|
|
96183
|
+
"pricing": "free",
|
|
96184
|
+
"callable": true
|
|
96185
96185
|
},
|
|
96186
96186
|
{
|
|
96187
96187
|
"name": "Frankie Financial API",
|