1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-01-30 19:59:05 +03:00
parent 0fe636bf01
commit 34077d5a5f
42 changed files with 6846 additions and 6572 deletions

View File

@@ -0,0 +1,5 @@
 Project = "C:\Users\Administrator\AppData\Local\Temp\v8_8CEA_26.oint";
OintLibrary = "telegram";
OintFunction = "SendTextMessage";
Result = OPI_IntegrationProxy.AddRequestsHandler(Project, OintLibrary, OintFunction);

View File

@@ -1,3 +1,3 @@
 Path = "C:\Users\Administrator\AppData\Local\Temp\v8_814A_21.oint";
 Path = "C:\Users\Administrator\AppData\Local\Temp\v8_8CEA_26.oint";
Result = OPI_IntegrationProxy.CreateProject(Path);

View File

@@ -0,0 +1,4 @@
 Project = "C:\Users\Administrator\AppData\Local\Temp\v8_8CEA_26.oint";
HandlerKey = "78fe...";
Result = OPI_IntegrationProxy.DeleteRequestHandler(Project, HandlerKey);

View File

@@ -0,0 +1,3 @@
 Project = "C:\Users\Administrator\AppData\Local\Temp\v8_8CEA_26.oint";
Result = OPI_IntegrationProxy.GetRequestHandlersList(Project);

View File

@@ -0,0 +1,4 @@
 Project = "C:\Users\Administrator\AppData\Local\Temp\v8_8CEA_26.oint";
HandlerKey = "78fe...";
Result = OPI_IntegrationProxy.GetRequestsHandler(Project, HandlerKey);