Add option to use Field IDs on Quickbase Node (#1651)

* QuickBase: Use FieldIDs instead of names

* Fix name change

* Delete tmp-209473KO4eyCT5LSi

* Fix name change

* Change default to false
This commit is contained in:
Colton Anglin
2021-04-30 21:48:40 -05:00
committed by GitHub
parent 03639b0e3a
commit 35cae02a36
3 changed files with 74 additions and 77 deletions

View File

@@ -41,8 +41,10 @@ export async function quickbaseApiRequest(this: IExecuteFunctions | ILoadOptions
body,
qs,
uri: `https://api.quickbase.com/v1${resource}`,
json: true,
json: true
};
if (Object.keys(body).length === 0) {
delete options.body;
}