1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-01 22:29:52 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-10-20 19:41:52 +03:00
parent 080c59836f
commit 1120c732f0
3071 changed files with 19627 additions and 19627 deletions

View File

@@ -34,7 +34,7 @@ import TabItem from '@theme/TabItem';
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://bin.openintegrations.dev";
URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
AccessKey = "AccessKey";

View File

@@ -32,7 +32,7 @@ import TabItem from '@theme/TabItem';
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://bin.openintegrations.dev";
URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
Result = OPI_HTTPRequests.NewRequest()

View File

@@ -26,7 +26,7 @@ import TabItem from '@theme/TabItem';
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://bin.openintegrations.dev";
URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
Result = OPI_HTTPRequests.NewRequest()

View File

@@ -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 = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
Token = "***";

View File

@@ -32,7 +32,7 @@ import TabItem from '@theme/TabItem';
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://bin.openintegrations.dev";
URL = FunctionParameters["HTTP_URL"];
URL = URL + "/get";
Token = "***";