1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-10-15 10:07:27 +03:00
parent 3b14655eea
commit 4343adce62
1544 changed files with 8101 additions and 8101 deletions
@@ -29,8 +29,8 @@ sidebar_position: 1
Parameters = GetTwitterAuthData();
Text = "TestTweet" + String(New UUID);
Image1 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"; // URL, Binary Data or Path to file
Image2 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg"; // URL, Binary Data or Path to file
Image1 = "https://api.athenaeum.digital/test_data/picture.jpg"; // URL, Binary Data or Path to file
Image2 = "https://api.athenaeum.digital/test_data/picture2.jpg"; // URL, Binary Data or Path to file
ImageArray = New Array();
ImageArray.Add(Image1);
@@ -27,8 +27,8 @@ sidebar_position: 4
Parameters = GetTwitterAuthData();
Text = "TestTweet" + String(New UUID);
GIF = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/animation.gif"; // URL, Binary or Path to file
Gif2 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/animation.gif"; // URL, Binary or Path to file
GIF = "https://api.athenaeum.digital/test_data/animation.gif"; // URL, Binary or Path to file
Gif2 = "https://api.athenaeum.digital/test_data/animation.gif"; // URL, Binary or Path to file
GifsArray = New Array;
GifsArray.Add(GIF);
@@ -27,8 +27,8 @@ sidebar_position: 3
Parameters = GetTwitterAuthData();
Text = "TestTweet" + String(New UUID);
Image = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"; // URL, Binary or Path to file
Image2 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg"; // URL, Binary or Path to file
Image = "https://api.athenaeum.digital/test_data/picture.jpg"; // URL, Binary or Path to file
Image2 = "https://api.athenaeum.digital/test_data/picture2.jpg"; // URL, Binary or Path to file
ImageArray = New Array;
ImageArray.Add(Image);
@@ -27,8 +27,8 @@ sidebar_position: 5
Parameters = GetTwitterAuthData();
Text = "TestTweet" + String(New UUID);
Video = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4"; // URL, Binary or Path to file
Video2 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4"; // URL, Binary or Path to file
Video = "https://api.athenaeum.digital/test_data/video.mp4"; // URL, Binary or Path to file
Video2 = "https://api.athenaeum.digital/test_data/video.mp4"; // URL, Binary or Path to file
VideosArray = New Array;
VideosArray.Add(Video);
@@ -26,8 +26,8 @@ sidebar_position: 7
```bsl title="Code example"
Parameters = GetTwitterAuthData();
Image1 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"; // URL, Binary Data or Path to file
Image2 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg"; // URL, Binary Data or Path to file
Image1 = "https://api.athenaeum.digital/test_data/picture.jpg"; // URL, Binary Data or Path to file
Image2 = "https://api.athenaeum.digital/test_data/picture2.jpg"; // URL, Binary Data or Path to file
ImageArray = New Array();
ImageArray.Add(Image1);