1.0.2 • Published 9 years ago

idcf-cloud-api v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

node-idcf-cloud-api

A library for IDCF cloud API written in JavaScript (unofficial).

Installation

$ npm install idcf-cloud-api

Usage

var idcf = require('idcf-cloud-api');

var client = idcf({
  endpoint: 'https://compute.jp-east.idcfcloud.com/client/api',
  apiKey: 'XXX',
  secretKey: 'YYY'
});
client.request('listZones', {})
.then(function(result) {
  console.log(result);
});

Development

See npm run

License

MIT

Author

bouzuya <m@bouzuya.net> (http://bouzuya.net)

Badges

Build Status Dependencies status

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago