quintype-backend
Advanced tools
Comparing version 0.2.2 to 0.2.3
10
index.js
@@ -226,3 +226,11 @@ 'use strict'; | ||
} | ||
getInBulk(requests){ | ||
return rp ({ | ||
method: 'POST', | ||
uri: this.baseUrl + "/api/v1/bulk", | ||
body: params, | ||
json: true | ||
}) | ||
} | ||
} | ||
@@ -229,0 +237,0 @@ |
{ | ||
"name": "quintype-backend", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "client for accessing quintype API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
5741
209