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;
|
||||
|
||||
@@ -34,7 +34,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
AccessKey = "AccessKey";
|
||||
|
||||
@@ -32,7 +32,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Result = OPI_HTTPRequests.NewRequest()
|
||||
|
||||
@@ -26,7 +26,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Result = OPI_HTTPRequests.NewRequest()
|
||||
|
||||
@@ -34,7 +34,7 @@ By default, HMAC-SHA256 is used to create the signature. To change the algorithm
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Token = "***";
|
||||
|
||||
@@ -32,7 +32,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Token = "***";
|
||||
|
||||
@@ -36,7 +36,7 @@ The Multipart record must first be initialized using the `StartMultipartBody` fu
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
RandomArray = New Array;
|
||||
|
||||
@@ -35,7 +35,7 @@ The Multipart record must first be initialized using the `StartMultipartBody` fu
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
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
|
||||
|
||||
@@ -39,7 +39,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
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
|
||||
|
||||
@@ -35,7 +35,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
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
|
||||
|
||||
@@ -31,7 +31,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Data = New Structure("Field1,Field2", "10", "Text");
|
||||
|
||||
@@ -31,7 +31,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
RandomArray = New Array;
|
||||
|
||||
@@ -32,7 +32,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Text = "Hello world!";
|
||||
|
||||
@@ -35,7 +35,7 @@ The `AddMultipartFormDataFile` and `AddMultipartFormDataField` methods are used
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
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
|
||||
|
||||
@@ -32,7 +32,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Result = OPI_HTTPRequests.NewRequest()
|
||||
|
||||
@@ -32,7 +32,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Headers = New Map;
|
||||
|
||||
@@ -31,7 +31,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
ParametersStructure = New Structure("param1,param2", "text", 10);
|
||||
|
||||
@@ -36,7 +36,7 @@ The URL can be set later using the `SetURL` function
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Result = OPI_HTTPRequests
|
||||
|
||||
@@ -34,7 +34,7 @@ If the data type is not set manually, it will be matched during the process of s
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
MIMEType = "text/markdown";
|
||||
|
||||
@@ -31,7 +31,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
ProxySettings = New InternetProxy;
|
||||
|
||||
@@ -26,7 +26,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
TFN = GetTempFileName();
|
||||
|
||||
@@ -34,7 +34,7 @@ Default timeout is 3600 seconds
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Result = OPI_HTTPRequests.NewRequest()
|
||||
|
||||
@@ -31,7 +31,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
ParametersStructure = New Structure("param1,param2", "text", 10);
|
||||
|
||||
@@ -31,7 +31,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Result = OPI_HTTPRequests.NewRequest()
|
||||
|
||||
@@ -31,7 +31,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Result = OPI_HTTPRequests.NewRequest()
|
||||
|
||||
@@ -35,7 +35,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Result = OPI_HTTPRequests.NewRequest()
|
||||
|
||||
@@ -31,7 +31,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Result = OPI_HTTPRequests.NewRequest()
|
||||
|
||||
@@ -31,7 +31,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Result = OPI_HTTPRequests.NewRequest()
|
||||
|
||||
@@ -27,7 +27,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
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
|
||||
|
||||
@@ -35,7 +35,7 @@ If it is not possible to obtain a collection from the body, binary data will be
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
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
|
||||
|
||||
@@ -32,7 +32,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
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
|
||||
|
||||
@@ -32,7 +32,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
TFN = GetTempFileName();
|
||||
|
||||
@@ -32,7 +32,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
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
|
||||
|
||||
@@ -33,7 +33,7 @@ By default, square brackets to parameter keys are not set when array splitting i
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
ArrayParam = New Array;
|
||||
|
||||
@@ -34,7 +34,7 @@ By default, the body data is used in the signature calculation if it was set usi
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
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
|
||||
|
||||
@@ -34,7 +34,7 @@ UTF-8 is used by default
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Text = "Hello world!";
|
||||
|
||||
@@ -34,7 +34,7 @@ By default, the response from the server is requested with gzip compression
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
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
|
||||
|
||||
@@ -34,7 +34,7 @@ URL encoding is enabled by default
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
ParametersStructure = New Structure;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Результат = OPI_ЗапросыHTTP.НовыйЗапрос()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
ИВФ = ПолучитьИмяВременногоФайла();
|
||||
|
||||
2
docs/ru/examples/HTTPКлиент/ВернутьОтвет.txt
vendored
2
docs/ru/examples/HTTPКлиент/ВернутьОтвет.txt
vendored
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Картинка = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Путь или Двоичные данные
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Картинка = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Путь или Двоичные данные
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Картинка = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Путь или Двоичные данные
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Картинка = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Путь или Двоичные данные
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Результат = OPI_ЗапросыHTTP.НовыйЗапрос()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Результат = OPI_ЗапросыHTTP.НовыйЗапрос()
|
||||
|
||||
@@ -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";
|
||||
|
||||
Результат = OPI_ЗапросыHTTP.НовыйЗапрос()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Результат = OPI_ЗапросыHTTP.НовыйЗапрос()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Токен = "***";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
СлучайныйМассив = Новый Массив;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Результат = OPI_ЗапросыHTTP.НовыйЗапрос()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Картинка = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Путь или Двоичные данные
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Картинка = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Путь или Двоичные данные
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Результат = OPI_ЗапросыHTTP
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
СтруктураПараметров = Новый Структура;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Текст = "Привет мир!";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Картинка = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Путь или Двоичные данные
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Картинка = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Путь или Двоичные данные
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Картинка = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Путь или Двоичные данные
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
Результат = OPI_ЗапросыHTTP.НовыйЗапрос()
|
||||
|
||||
2
docs/ru/examples/HTTPКлиент/ПолучитьЛог.txt
vendored
2
docs/ru/examples/HTTPКлиент/ПолучитьЛог.txt
vendored
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
СтруктураПараметров = Новый Структура("param1,param2", "text", 10);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/get";
|
||||
|
||||
ПараметрМассив = Новый Массив;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
URL = "https://bin.openintegrations.dev";
|
||||
URL = "http://localhost:2424";
|
||||
URL = URL + "/post";
|
||||
|
||||
Данные = Новый Структура("Поле1,Поле2", "10", "Текст");
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user