aws-api-gateway-client
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -89,3 +89,3 @@ /* | ||
apigClient.invokeApi = function (params, pathTemplate, additionalParams) { | ||
apigClient.invokeApi = function (params, pathTemplate, body, additionalParams) { | ||
if(additionalParams === undefined) { additionalParams = {}; } | ||
@@ -92,0 +92,0 @@ |
{ | ||
"name": "aws-api-gateway-client", | ||
"version": "0.1.0", | ||
"description": "A npm moduel for AWS API Gateway client", | ||
"version": "0.1.1", | ||
"description": "A node.js moduel for AWS API Gateway client", | ||
"main": "apigClient.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
24239