Improvements to Zoom-Node

This commit is contained in:
ricardo
2020-06-24 19:28:08 -04:00
parent 34e05f0f72
commit 4555d6bfc9
4 changed files with 821 additions and 863 deletions

View File

@@ -33,6 +33,7 @@ export async function zoomApiRequest(this: IExecuteFunctions | IExecuteSingleFun
if (Object.keys(query).length === 0) {
delete options.qs;
}
try {
if (authenticationMethod === 'accessToken') {
const credentials = this.getCredentials('zoomApi');