aws-api-gateway-client
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "aws-api-gateway-client", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "A node.js moduel for AWS API Gateway client", | ||
@@ -18,3 +18,3 @@ "main": "apigClient.js", | ||
"author": "kndt84", | ||
"license": "ISC", | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -25,3 +25,3 @@ "url": "https://github.com/kndt84/aws-api-gateway-client/issues" | ||
"dependencies": { | ||
"axios": "^0.13.1", | ||
"axios": "^0.15.2", | ||
"crypto-js": "^3.1.6", | ||
@@ -28,0 +28,0 @@ "url": "^0.11.0", |
# Overview | ||
A node.js module for AWS API gateway client. This module is based on auto-generated JavaScript SDK, however, it can be used as node.js module and generalizes endpoint specific methods. | ||
Node.js module for AWS API gateway client based on auto-generated JavaScript SDK for browsers. In addition, this module generalizes endpoint specific methods. | ||
@@ -38,5 +38,2 @@ Reference: | ||
var method = 'GET'; | ||
var body = { | ||
//This is where you define the body of the request | ||
}; | ||
var additionalParams = { | ||
@@ -53,2 +50,5 @@ //If there are any unmodeled query parameters or headers that need to be sent with the request you can add them here | ||
}; | ||
var body = { | ||
//This is where you define the body of the request | ||
}; | ||
@@ -55,0 +55,0 @@ apigClient.invokeApi(params, pathTemplate, method, additionalParams, body) |
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
Mixed license
License(Experimental) Package contains multiple licenses.
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
24331
+ Addedaxios@0.15.3(transitive)
+ Addedfollow-redirects@1.0.0(transitive)
- Removedaxios@0.13.1(transitive)
- Removedfollow-redirects@0.0.7(transitive)
- Removedstream-consume@0.1.1(transitive)
Updatedaxios@^0.15.2