The unnoficial Dremio SDK for JavaScript.
For realease notes, see the CHANGELOG.
The prefered way to install the Dremio SDK for Node.js is to use the npm package manager for Node.js.
npm install dremio-sdk
// import entire SDK
var Dremio = require('dremio-sdk')
More information about how to use the SDK on this link
This SDK is distributed under the Apache License, Version 2.0, see LICENSE.txt and NOTICE.txt for more information.