0.0.12 • Published 7 years ago

rancher-node v0.0.12

Weekly downloads
6
License
Apache-2.0
Repository
github
Last release
7 years ago

rancher-node

Node client for the Rancher API

Client

An API client is included in this package

const Rancher = require('rancher-node');

const client = new Rancher.Client({ host: '127.0.0.1', port: 8080, access_key: 'SoMeToKeN', secret_key: 'someSecRetToken', environment: '1a5' });

client.getContainer(containerId).then((container) => {

  // gets the container for the provided container id
});

Many methods are available, until they're documented see lib/index.js for details.

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago