Deal Get / Getall / Delete / update / create

This commit is contained in:
Rupenieks
2020-05-05 17:44:02 +02:00
parent b2b6656d8d
commit 08220195a2
4 changed files with 236 additions and 138 deletions

View File

@@ -35,6 +35,7 @@ export async function agileCrmApiRequest(this: IHookFunctions | IExecuteFunction
if(method !== "GET" && method !== "DELETE"){
options.body = body;
}
try {
return await this.helpers.request!(options);