1.1.4 • Published 6 years ago

ciqs v1.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
6 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

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago