d2wd-client
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -25,4 +25,4 @@ "use strict"; | ||
key: "retrieveByProduct", | ||
value: function retrieveByProduct(id) { | ||
return this.client.get("/products/" + id + "/reviews"); | ||
value: function retrieveByProduct(id, approved) { | ||
return this.client.get("/products/" + id + "/reviews/" + approved); | ||
} | ||
@@ -29,0 +29,0 @@ }, { |
{ | ||
"name": "d2wd-client", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "d2wd API client library. Work on browser and server.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
294630