alicloud-ecs-api
v1.0.2
Published
## Installation
Downloads
5
Readme
Aliyun ECS API
Installation
Yarn
yarn install
NPM
npm install
Configuration
Usage
var ECS = require('alicloud-ecs-api');
var client = new ECS();
client.request{
// Actions here
}).then((body) => {
JSON.parse(body);
});