pentahoclient
v1.0.3
Published
node app to parse and show pentaho status
Downloads
4
Readme
Example
PentahoClient = require 'pentahoclient'
options =
host: 'localhost'
port: 9080
username: 'admin'
password: 'password'
client = new PentahoClient(options)
client.getServerStatus (err, res) ->
console.log res