aws-api-gateway-client
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -89,3 +89,5 @@ /* | ||
apigClient.invokeApi = function (params, pathTemplate, method, additionalParams={}, body='') { | ||
apigClient.invokeApi = function (params, pathTemplate, method, additionalParams, body) { | ||
if (additionalParams===undefined) additionalParams={}; | ||
if (body===undefined) body=''; | ||
@@ -92,0 +94,0 @@ var request = { |
{ | ||
"name": "aws-api-gateway-client", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "A node.js moduel for AWS API Gateway client", | ||
@@ -5,0 +5,0 @@ "main": "apigClient.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
24441
482