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

Readme

Keywords

Package Sidebar

Install

npm i pentahoclient

Weekly Downloads

1

Version

1.0.3

License

ISC

Last publish

Collaborators

  • animeshrajha