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,5 +1,5 @@
|
||||
Token = "7419cd51de4037f7...";
|
||||
Data = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"; // URL, Path or Binary Data
|
||||
Data = "https://openyellow.neocities.org/test_data/picture.jpg"; // URL, Path or Binary Data
|
||||
Path = "testfolder/test_pic.png";
|
||||
|
||||
Result = OPI_Neocities.UploadFile(Token, Path, Data);
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
Token = "7419cd51de4037f7...";
|
||||
|
||||
Image1 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"; // URL, Path or Binary Data
|
||||
Image2 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg"; // URL, Path or Binary Data
|
||||
GIF = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/animation.gif"; // URL, Path or Binary Data
|
||||
Image1 = "https://openyellow.neocities.org/test_data/picture.jpg"; // URL, Path or Binary Data
|
||||
Image2 = "https://openyellow.neocities.org/test_data/picture2.jpg"; // URL, Path or Binary Data
|
||||
GIF = "https://openyellow.neocities.org/test_data/animation.gif"; // URL, Path or Binary Data
|
||||
|
||||
FileMapping = New Map;
|
||||
FileMapping.Insert("test/pic1.png", Image1);
|
||||
|
||||
Reference in New Issue
Block a user