This package has been deprecated

Author message:

Package unsupported. Please use the broscript package instead.

broscript-client

0.0.1 • Public • Published

#Getting started

BroScriptLib

Installation

The SDK relies on Node Package Manager (NPM) being available to resolve dependencies. Once published you will need copy the folder broscriptlib in to your node_modules folder.

Usage

The following shows how import and use the controller:

  1. Import the module:

    var broscriptlib = require('broscriptlib');
  2. Configure any authentication parameters. For example:

    var config = broscriptlib.configuration;
    config.apikey = a_secret_key;
  3. Access various controllers by:

    var controller = broscriptlib.XYZ;
    controller.getItems(id, callback);

/broscript-client/

    Package Sidebar

    Install

    npm i broscript-client

    Weekly Downloads

    1

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • bookin