API Docs for:
Show:

Saiku Module

Defined in: saiku.js:33

A Saiku REST API client for Node.js

Example:

    var saiku = new Saiku({ host: 'http://localhost:8081' });
    saiku.schemas().get(function(error, data) {
        if (!error) {
            console.log(data);
        }
    });

This module is a rollup of the following modules: