2.6.0 • Published 4 years ago

tableau-javascript-api v2.6.0

Weekly downloads
19
License
MIT
Repository
github
Last release
4 years ago

Tableau JavaScript API

This is the Tableau JavaScript API wrapped as a npm module.

Usage

To use this module:

npm install --save tableau-javascript-api

Then, require it in your code:

var tableau = require('tableau-javascript-api');

Or import it directly:

import tableau from "tableau-javascript-api";

For directions of how to use the Tableau JavasScript API read their API documentation