Node.js Controlla API Wrapper for REST API

A Node.js module for the Controlla REST API, providing an object-oriented wrapper. Install using Node Package Manager: $ npm install controlla-client. Example of creating a Controlla client:

// With ES5
var ControllaApi = require('controlla-client');

// With ES6
import ControllaApi from 'controlla-client';

// Initialize
var controlla = new ControllaApi({
  protocol: 'https',
  host: 'controlla.somehost.com',
  username: 'username',
  ...
});
zip
node-controlla-client-main.zip 预估大小:19个文件
folder
node-controlla-client-main 文件夹
folder
.github 文件夹
file
semantic.yml 274B
file
dependabot.yml 652B
folder
workflows 文件夹
file
node.js.yml 732B
file
ci.yml 1KB
file
yarn.lock 211KB
file
.eslintrc.js 220B
folder
src 文件夹
file
controlla.js 8KB
file
.babelrc 130B
file
tsconfig.json 505B
file
LICENSE 1KB
folder
test 文件夹
file
helper.js 184B
file
controlla-tests.js 3KB
file
mocha.opts 39B
file
README.md 2KB
file
.editorconfig 360B
file
.gitignore 2KB
file
.eslintignore 39B
file
package-lock.json 326KB
file
package.json 2KB
zip 文件大小:164.44KB