You've already forked OpenIntegrations
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:
5
docs/en/examples/IntegrationProxy/AddRequestsHandler.txt
vendored
Normal file
5
docs/en/examples/IntegrationProxy/AddRequestsHandler.txt
vendored
Normal 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);
|
||||
@@ -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);
|
||||
|
||||
4
docs/en/examples/IntegrationProxy/DeleteRequestHandler.txt
vendored
Normal file
4
docs/en/examples/IntegrationProxy/DeleteRequestHandler.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
Project = "C:\Users\Administrator\AppData\Local\Temp\v8_8CEA_26.oint";
|
||||
HandlerKey = "78fe...";
|
||||
|
||||
Result = OPI_IntegrationProxy.DeleteRequestHandler(Project, HandlerKey);
|
||||
3
docs/en/examples/IntegrationProxy/GetRequestHandlersList.txt
vendored
Normal file
3
docs/en/examples/IntegrationProxy/GetRequestHandlersList.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
Project = "C:\Users\Administrator\AppData\Local\Temp\v8_8CEA_26.oint";
|
||||
|
||||
Result = OPI_IntegrationProxy.GetRequestHandlersList(Project);
|
||||
4
docs/en/examples/IntegrationProxy/GetRequestsHandler.txt
vendored
Normal file
4
docs/en/examples/IntegrationProxy/GetRequestsHandler.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
Project = "C:\Users\Administrator\AppData\Local\Temp\v8_8CEA_26.oint";
|
||||
HandlerKey = "78fe...";
|
||||
|
||||
Result = OPI_IntegrationProxy.GetRequestsHandler(Project, HandlerKey);
|
||||
Reference in New Issue
Block a user