UNPKG

tableau-server-client

Version:

Node client to interact with the Tableau REST Api

10 lines (8 loc) 197 B
const authentication = require('./authentication'); const datasources = require('./datasources'); const tasks = require('./tasks'); module.exports = { authentication, datasources, tasks, };