idcf-cloud-api

1.0.2 • Public • Published

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

/idcf-cloud-api/

    Package Sidebar

    Install

    npm i idcf-cloud-api

    Weekly Downloads

    1

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • bouzuya