You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
AccessKey = "AccessKey";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Result = OPI_HTTPRequests.NewRequest()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Result = OPI_HTTPRequests.NewRequest()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
RandomArray = New Array;
|
||||
|
||||
2
docs/en/examples/HTTPClient/AddHeader.txt
vendored
2
docs/en/examples/HTTPClient/AddHeader.txt
vendored
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Result = OPI_HTTPRequests.NewRequest()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Token = "***";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Result = OPI_HTTPRequests.NewRequest()
|
||||
|
||||
2
docs/en/examples/HTTPClient/GetLog.txt
vendored
2
docs/en/examples/HTTPClient/GetLog.txt
vendored
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
ParametersStructure = New Structure("param1,param2", "text", 10);
|
||||
|
||||
2
docs/en/examples/HTTPClient/Initialize.txt
vendored
2
docs/en/examples/HTTPClient/Initialize.txt
vendored
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Result = OPI_HTTPRequests
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Result = OPI_HTTPRequests.NewRequest()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Result = OPI_HTTPRequests.NewRequest()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Result = OPI_HTTPRequests.NewRequest()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
TFN = GetTempFileName();
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data
|
||||
|
||||
2
docs/en/examples/HTTPClient/SetDataType.txt
vendored
2
docs/en/examples/HTTPClient/SetDataType.txt
vendored
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
MIMEType = "text/markdown";
|
||||
|
||||
2
docs/en/examples/HTTPClient/SetFormBody.txt
vendored
2
docs/en/examples/HTTPClient/SetFormBody.txt
vendored
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Data = New Structure("Field1,Field2", "10", "Text");
|
||||
|
||||
2
docs/en/examples/HTTPClient/SetHeaders.txt
vendored
2
docs/en/examples/HTTPClient/SetHeaders.txt
vendored
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Headers = New Map;
|
||||
|
||||
2
docs/en/examples/HTTPClient/SetJsonBody.txt
vendored
2
docs/en/examples/HTTPClient/SetJsonBody.txt
vendored
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
RandomArray = New Array;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Token = "***";
|
||||
|
||||
2
docs/en/examples/HTTPClient/SetProxy.txt
vendored
2
docs/en/examples/HTTPClient/SetProxy.txt
vendored
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
ProxySettings = New InternetProxy;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
TFN = GetTempFileName();
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Text = "Hello world!";
|
||||
|
||||
2
docs/en/examples/HTTPClient/SetTimeout.txt
vendored
2
docs/en/examples/HTTPClient/SetTimeout.txt
vendored
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Result = OPI_HTTPRequests.NewRequest()
|
||||
|
||||
2
docs/en/examples/HTTPClient/SetURL.txt
vendored
2
docs/en/examples/HTTPClient/SetURL.txt
vendored
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Result = OPI_HTTPRequests.NewRequest()
|
||||
|
||||
2
docs/en/examples/HTTPClient/SetURLParams.txt
vendored
2
docs/en/examples/HTTPClient/SetURLParams.txt
vendored
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
ParametersStructure = New Structure("param1,param2", "text", 10);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
ArrayParam = New Array;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data
|
||||
|
||||
2
docs/en/examples/HTTPClient/UseEncoding.txt
vendored
2
docs/en/examples/HTTPClient/UseEncoding.txt
vendored
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Text = "Hello world!";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Path or Binary Data
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
ParametersStructure = New Structure;
|
||||
|
||||
Reference in New Issue
Block a user