pentahoclient

1.0.3 • Public • Published

Example

PentahoClient = require 'pentahoclient'

options =
    host: 'localhost'
    port: 9080
    username: 'admin'
    password: 'password'

client = new PentahoClient(options)

client.getServerStatus (err, res) ->
    console.log res

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i pentahoclient

    Weekly Downloads

    1

    Version

    1.0.3

    License

    ISC

    Last publish

    Collaborators

    • animeshrajha