This is a version of the JavaScript API for Tableau wrapped as an NPM module.
## Usage
To use this module:
npm install --save tableau-api
Then, require it in your code:
var tableau = require('tableau-api');
Or import it directly:
import Tableau from "tableau-api";
This will provide you with the most up-to-date functionality in the API.
Refer to the API documentation for the details on how to use it.