You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-07-15 01:34:30 +02:00
Main build (Jenkins)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
Project = "C:\Users\Administrator\AppData\Local\Temp\v8_BDED_4b.oint";
|
||||
Project = "C:\Users\Administrator\AppData\Local\Temp\v8_9B5_45.oint";
|
||||
OintLibrary = "telegram";
|
||||
OintFunction = "SendTextMessage";
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
Path = "C:\Users\Administrator\AppData\Local\Temp\v8_BDED_4b.oint";
|
||||
Path = "C:\Users\Administrator\AppData\Local\Temp\v8_9B5_45.oint";
|
||||
|
||||
Result = OPI_IntegrationProxy.CreateProject(Path);
|
||||
|
@ -1,4 +1,4 @@
|
||||
Project = "C:\Users\Administrator\AppData\Local\Temp\v8_BDED_4b.oint";
|
||||
HandlerKey = "10ba...";
|
||||
Project = "C:\Users\Administrator\AppData\Local\Temp\v8_9B5_45.oint";
|
||||
HandlerKey = "e52f...";
|
||||
|
||||
Result = OPI_IntegrationProxy.DeleteRequestHandler(Project, HandlerKey);
|
||||
|
@ -1,4 +1,4 @@
|
||||
Project = "C:\Users\Administrator\AppData\Local\Temp\v8_BDED_4b.oint";
|
||||
HandlerKey = "10ba...";
|
||||
Project = "C:\Users\Administrator\AppData\Local\Temp\v8_9B5_45.oint";
|
||||
HandlerKey = "e52f...";
|
||||
|
||||
Result = OPI_IntegrationProxy.DisableRequestsHandler(Project, HandlerKey);
|
||||
|
@ -1,4 +1,4 @@
|
||||
Project = "C:\Users\Administrator\AppData\Local\Temp\v8_BDED_4b.oint";
|
||||
HandlerKey = "10ba...";
|
||||
Project = "C:\Users\Administrator\AppData\Local\Temp\v8_9B5_45.oint";
|
||||
HandlerKey = "e52f...";
|
||||
|
||||
Result = OPI_IntegrationProxy.EnableRequestsHandler(Project, HandlerKey);
|
||||
|
@ -1,4 +1,4 @@
|
||||
Project = "C:\Users\Administrator\AppData\Local\Temp\v8_BDED_4b.oint";
|
||||
HandlerKey = "10ba...";
|
||||
Project = "C:\Users\Administrator\AppData\Local\Temp\v8_9B5_45.oint";
|
||||
HandlerKey = "e52f...";
|
||||
|
||||
Result = OPI_IntegrationProxy.GetHandlerArguments(Project, HandlerKey);
|
||||
|
@ -1,3 +1,3 @@
|
||||
Project = "C:\Users\Administrator\AppData\Local\Temp\v8_BDED_4b.oint";
|
||||
Project = "C:\Users\Administrator\AppData\Local\Temp\v8_9B5_45.oint";
|
||||
|
||||
Result = OPI_IntegrationProxy.GetRequestHandlersList(Project);
|
||||
|
@ -1,4 +1,4 @@
|
||||
Project = "C:\Users\Administrator\AppData\Local\Temp\v8_BDED_4b.oint";
|
||||
HandlerKey = "10ba...";
|
||||
Project = "C:\Users\Administrator\AppData\Local\Temp\v8_9B5_45.oint";
|
||||
HandlerKey = "e52f...";
|
||||
|
||||
Result = OPI_IntegrationProxy.GetRequestsHandler(Project, HandlerKey);
|
||||
|
@ -1,5 +1,5 @@
|
||||
Project = "C:\Users\Administrator\AppData\Local\Temp\v8_BDED_4b.oint";
|
||||
HandlerKey = "10ba...";
|
||||
Project = "C:\Users\Administrator\AppData\Local\Temp\v8_9B5_45.oint";
|
||||
HandlerKey = "e52f...";
|
||||
Argument = "token";
|
||||
Value = "12345";
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
Project = "C:\Users\Administrator\AppData\Local\Temp\v8_BDED_4b.oint";
|
||||
HandlerKey = "10ba...";
|
||||
Project = "C:\Users\Administrator\AppData\Local\Temp\v8_9B5_45.oint";
|
||||
HandlerKey = "e52f...";
|
||||
NewKey = "mykey";
|
||||
|
||||
// Custom key
|
||||
|
@ -1,5 +1,5 @@
|
||||
Project = "C:\Users\Administrator\AppData\Local\Temp\v8_BDED_4b.oint";
|
||||
HandlerKey = "10ba...";
|
||||
Project = "C:\Users\Administrator\AppData\Local\Temp\v8_9B5_45.oint";
|
||||
HandlerKey = "e52f...";
|
||||
OintLibrary = "dropbox";
|
||||
OintFunction = "CreateFolder";
|
||||
|
||||
|
Reference in New Issue
Block a user