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',
...
});
node-controlla-client-main.zip
预估大小:19个文件
node-controlla-client-main
文件夹
.github
文件夹
semantic.yml
274B
dependabot.yml
652B
workflows
文件夹
node.js.yml
732B
ci.yml
1KB
yarn.lock
211KB
.eslintrc.js
220B
src
文件夹
164.44KB
文件大小:
评论区