3.0.0 • Published 6 months ago

e2e-bridge-lib v3.0.0

Weekly downloads
31
License
MIT
Repository
github
Last release
6 months ago

e2e-bridge-lib

Node.js library allowing interaction with E2E Bridge.

Features

  • xUML, Node.js, and Java Services
    • deploy
    • list all services / all services of given type
    • query status
    • remove
    • start
    • stop
    • view / set service preferences
    • view / set service settings

  • xUML Services only
    • extended information
    • kill
    • list model notes
  • Node.js Services only
    • pack

Installation

$ npm install e2e-bridge-lib

Usage example

var E2EBridge = require('e2e-bridge-lib');
var bridgeInstance = new E2EBridge('https', localhost', 8080, 'admin', 'admin');

bridgeInstance.startXUMLService('PurchaseOrderExample', function(error){
    if(error) {
        console.error('Error occured: ' + error.errorType);
    } else {
        console.log('Startup done.');
    }
});
3.0.0

6 months ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

6 years ago

1.4.0

6 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago