d2wd-client
Advanced tools
Comparing version 1.0.65 to 1.0.66
@@ -23,2 +23,7 @@ "use strict"; | ||
} | ||
}, { | ||
key: "search", | ||
value: function search(key) { | ||
return this.client.get("/product_categories/search/" + key); | ||
} | ||
}]); | ||
@@ -25,0 +30,0 @@ |
@@ -59,2 +59,7 @@ 'use strict'; | ||
} | ||
}, { | ||
key: 'search', | ||
value: function search(key) { | ||
return this.client.get(this.resourceUrl + '/search/key/' + key); | ||
} | ||
}]); | ||
@@ -61,0 +66,0 @@ |
{ | ||
"name": "d2wd-client", | ||
"version": "1.0.65", | ||
"version": "1.0.66", | ||
"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
311648
3455