0.0.2 • Published 6 years ago

angular4-tableau-api v0.0.2

Weekly downloads
23
License
-
Repository
-
Last release
6 years ago

Tableau API

This is a version of the JavaScript API for Tableau wrapped as an NPM module.

## Usage

To use this module:

npm install --save angular4-tableau-api

Then, require it in your code:

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

Or import it directly:

import Tableau from "angular4-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.