Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aws-api-gateway-client

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-api-gateway-client - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

6

package.json
{
"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)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc