$ npm i --save quickbaseapi _ Set env variable AUTHORIZATION with token like AUTHORIZATION=QB-USER-TOKEN xxxxxxxxxxxxxxxx_
const { App, Table, Report, Field, Record, Auth } = require('quickbaseapi');
let defaultOptions = { appId: appId, realm: realm, method: "GET", dbid: appId };
customoptions = { body: body, method: "POST" };
customoptions = { tableId: table.id, };
customoptions = { body: body, method: "POST", tableId: table.id, }
customoptions = { method: "DELETE", tableId: table.id, }
customoptions = { tableId: table.id, }
customoptions = { reportId: reportId, tableId: tableId }
customoptions = { reportId: reportId, tableId: tableId, method: "POST" },
tableId: tableId }
{ method: "POST", tableId: tableId, body: body }
{ method: "DELETE", tableId: tableId, body: body }
{ tableId: tableId, fieldId: fieldId }
{ method: "POST", tableId: tableId, body: body, fieldId: fields[1].id }
{ tableId: tableId }
{ tableId: tableId, fieldId: fieldId }
{ method: "POST", body: body }
{ method: "POST", body: body }
{ method: "DELETE", body: body }
{ method: "POST", body: body }