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:
@@ -28,7 +28,7 @@ Neocities API docs: [neocities.org/api](https://neocities.org/api)
|
||||
<br/>
|
||||
|
||||
|
||||
```bsl title="Code example"
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
Token = "7419cd51de4037f7...";
|
||||
Website = "2athenaeum";
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ Neocities API docs: [neocities.org/api](https://neocities.org/api)
|
||||
<br/>
|
||||
|
||||
|
||||
```bsl title="Code example"
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
Login = "2athenaeum";
|
||||
Password = "Rit...";
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ Neocities API docs: [neocities.org/api](https://neocities.org/api)
|
||||
<br/>
|
||||
|
||||
|
||||
```bsl title="Code example"
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
Token = "7419cd51de4037f7...";
|
||||
|
||||
Paths = New Array;
|
||||
|
||||
@@ -28,7 +28,7 @@ Neocities API docs: [neocities.org/api](https://neocities.org/api)
|
||||
<br/>
|
||||
|
||||
|
||||
```bsl title="Code example"
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
Token = "7419cd51de4037f7...";
|
||||
Path = "test";
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ Neocities API docs: [neocities.org/api](https://neocities.org/api)
|
||||
<br/>
|
||||
|
||||
|
||||
```bsl title="Code example"
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
Token = "7419cd51de4037f7...";
|
||||
|
||||
LocalFolder = "C:\test_site";
|
||||
|
||||
@@ -30,7 +30,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
|
||||
<br/>
|
||||
|
||||
|
||||
```bsl title="Code example"
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
Token = "7419cd51de4037f7...";
|
||||
Data = "https://api.athenaeum.digital/test_data/picture.jpg"; // URL, Path or Binary Data
|
||||
Path = "testfolder/test_pic.png";
|
||||
|
||||
@@ -29,7 +29,7 @@ Neocities API docs: [neocities.org/api](https://neocities.org/api)
|
||||
<br/>
|
||||
|
||||
|
||||
```bsl title="Code example"
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
Token = "7419cd51de4037f7...";
|
||||
|
||||
Image1 = "https://api.athenaeum.digital/test_data/picture.jpg"; // URL, Path or Binary Data
|
||||
|
||||
Reference in New Issue
Block a user