1.1.4 • Published 7 years ago

ciqs v1.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Install

npm install --save node-ciqs

Usage

import { CiqsManagementClient } from 'node-ciqs';

async function run() {
  try {
    const credentials = // see ms-rest-azure
    const client = new CiqsManagementClient(credentials, '{your-azure-subscription-id}');
    const deployments = await client.deployments.list();
    console.log(test);
  } catch (err) {
    console.error(err);
  }
}

run();
1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago