0.1.17 • Published 8 years ago

aws-api-gw-client v0.1.17

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

amazon-api-gateway-client

A client library for Amazon API Gateway.

Install

npm install amazon-api-gateway-client

Usage

var Client = require('amazon-api-gateway-client').Client;

var client = new Client({
  accessKeyId: '...',
  region: '...',
  secretAccessKey: '...'
});

client.createRestapi({ name: 'MyRestapi' }).then(function (restapi) {
  // ...
});

client.listRestapis().then(function (restapis) {
  // ...
});

Development

npm install
npm run
0.1.17

8 years ago

0.1.16

9 years ago

0.1.15

9 years ago

0.1.14

9 years ago

0.1.13

9 years ago

0.1.12

9 years ago

0.1.11

9 years ago

0.1.10

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago