Add Notion Node (#1811)

*  Notion Node

*  Improvements

* test

*  Improvements

*  Improvements

*  Add missing url field

* Remove linter errors

*  Add filters

*  Add and & or filters

*  Improvements

*  Improvements

*  Improvements

*  Improvements

*  Improvements

*  Improvements

*  Fixed style on some options

*  Improvements

*  Improvements

*  Improvements

*  Improvements

*  Improvements

*  improvements

*  Rename DatabasePage -> Search to Get All

*  Improvements

*  Minor improvements

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
This commit is contained in:
Jan
2021-05-20 16:31:23 -05:00
committed by GitHub
parent 72436bd03e
commit ed6f2c5b8a
15 changed files with 3907 additions and 0 deletions

View File

@@ -66,6 +66,8 @@ export async function jiraSoftwareCloudApiRequest(this: IHookFunctions | IExecut
delete options.qs;
}
console.log(options);
try {
return await this.helpers.request!(options);
} catch (error) {