@ifings/api-client
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -15,4 +15,8 @@ "use strict"; | ||
return _objectSpread(_objectSpread({}, methods(instance, baseUrl)), {}, { | ||
instances: function instances(gatewayID) { | ||
return methods(instance, "".concat(baseUrl, "/").concat(gatewayID, "/instances")); | ||
instances: function instances(gatewayId) { | ||
return _objectSpread(_objectSpread({}, methods(instance, "".concat(baseUrl, "/").concat(gatewayId, "/instances"))), {}, { | ||
provision: function provision(data, config) { | ||
return instance.post("".concat(baseUrl, "/").concat(gatewayId, "/provision"), data, config); | ||
} | ||
}); | ||
}, | ||
@@ -19,0 +23,0 @@ firmware: { |
{ | ||
"name": "@ifings/api-client", | ||
"description": "iFings API client", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"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
49528
426