@ifings/api-client
Advanced tools
Comparing version 0.12.0 to 0.13.0
@@ -14,4 +14,7 @@ "use strict"; | ||
return instance.get("".concat(baseUrl, "(").concat(id, ")")).query(query); | ||
}, | ||
aggregation: function aggregation(route, query) { | ||
return instance.get(route.split("".concat(instance.config.rootUrl, "/")).pop()).query(query); | ||
} | ||
}; | ||
}; |
{ | ||
"name": "@ifings/api-client", | ||
"description": "iFings API client", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51949
476