You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-13 20:05:19 +02:00
Правки формирования MD
This commit is contained in:
2
.github/workflows/os/docs_main.os
vendored
2
.github/workflows/os/docs_main.os
vendored
@@ -201,6 +201,7 @@
|
||||
|
||||
КонецЕсли;
|
||||
|
||||
ВызовCLI = " " + ВызовCLI;
|
||||
|
||||
Макет = СтрЗаменить(Макет, "@Вызов1С" , Вызов1С);
|
||||
Макет = СтрЗаменить(Макет, "@ВызовCLI" , ВызовCLI);
|
||||
@@ -455,6 +456,7 @@
|
||||
ТекстПримера = Новый ТекстовыйДокумент();
|
||||
ТекстПримера.Прочитать(ПутьПримера);
|
||||
ВозвращаемыйТекст = ТекстПримера.ПолучитьТекст();
|
||||
ВозвращаемыйТекст = СтрЗаменить(" " + ВозвращаемыйТекст, Символы.ПС, Символы.ПС + " ");
|
||||
КонецЕсли;
|
||||
|
||||
Возврат ВозвращаемыйТекст;
|
||||
|
@@ -30,7 +30,7 @@ sidebar_position: 2
|
||||
Response = OPI_Airtable.CreateComment(Token, Base, Table, Record, Text); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -30,7 +30,7 @@ sidebar_position: 4
|
||||
Response = OPI_Airtable.DeleteComment(Token, Base, Table, Record, Comment); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -32,7 +32,7 @@ sidebar_position: 3
|
||||
Response = OPI_Airtable.EditComment(Token, Base, Table, Record, Comment, Text); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -29,7 +29,7 @@ sidebar_position: 1
|
||||
Response = OPI_Airtable.GetComments(Token, Base, Table, Record); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -36,7 +36,7 @@ sidebar_position: 3
|
||||
Response = OPI_Airtable.CreateDatabase(Token, Workspace, Name, TableCollection); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -24,7 +24,7 @@ sidebar_position: 2
|
||||
Response = OPI_Airtable.GetDatabaseTables(Token, Base); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -23,7 +23,7 @@ sidebar_position: 1
|
||||
Response = OPI_Airtable.GetListOfBases(Token); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -29,7 +29,7 @@ sidebar_position: 1
|
||||
Response = OPI_Airtable.CreateField(Token, Base, Table, FieldStructure); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -23,7 +23,7 @@ sidebar_position: 5
|
||||
Response = OPI_Airtable.GetAttachmentField(Name); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -23,7 +23,7 @@ sidebar_position: 6
|
||||
Response = OPI_Airtable.GetCheckboxField(Name); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -23,7 +23,7 @@ sidebar_position: 7
|
||||
Response = OPI_Airtable.GetDateField(Name); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -23,7 +23,7 @@ sidebar_position: 8
|
||||
Response = OPI_Airtable.GetEmailField(Name); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -23,7 +23,7 @@ sidebar_position: 10
|
||||
Response = OPI_Airtable.GetLinkField(Name); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -25,7 +25,7 @@ sidebar_position: 4
|
||||
Response = OPI_Airtable.GetNumberField(Name, Precision); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -23,7 +23,7 @@ sidebar_position: 9
|
||||
Response = OPI_Airtable.GetPhoneField(Name); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -23,7 +23,7 @@ sidebar_position: 3
|
||||
Response = OPI_Airtable.GetStringField(Name); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -32,7 +32,7 @@ sidebar_position: 2
|
||||
Response = OPI_Airtable.ModifyField(Token, Base, Table, Field, Name, Description); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -36,7 +36,7 @@ sidebar_position: 3
|
||||
Response = OPI_Airtable.CreatePosts(Token, Base, Table, Data); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -31,7 +31,7 @@ sidebar_position: 4
|
||||
Response = OPI_Airtable.DeletePosts(Token, Base, Table, Record); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -27,7 +27,7 @@ sidebar_position: 1
|
||||
Response = OPI_Airtable.GetListOfRecords(Token, Base, Table, Indent); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -28,7 +28,7 @@ sidebar_position: 2
|
||||
Response = OPI_Airtable.GetRecord(Token, Base, Table, Record); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -39,7 +39,7 @@ sidebar_position: 1
|
||||
Response = OPI_Airtable.CreateTable(Token, Base, Name, FieldArray, Description); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -30,7 +30,7 @@ sidebar_position: 2
|
||||
Response = OPI_Airtable.ModifyTable(Token, Base, Table, Name, Description); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -21,7 +21,7 @@ sidebar_position: 4
|
||||
Token = "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L...";
|
||||
|
||||
Result = OPI_Dropbox.GetAccountInformation(Token);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -19,7 +19,7 @@ sidebar_position: 1
|
||||
|
||||
AppKey = "oynqxds...";
|
||||
Result = OPI_Dropbox.GetAuthorizationLink(AppKey);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -20,7 +20,7 @@ sidebar_position: 5
|
||||
Token = "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L...";
|
||||
|
||||
Result = OPI_Dropbox.GetSpaceUsageData(Token);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -22,9 +22,9 @@ sidebar_position: 2
|
||||
AppKey = "oynqxds...";
|
||||
AppSecret = "tk2oewn...";
|
||||
Code = "bTCiUTzxe6kAAAAAAAAAGN1NMZIxyqETKr4o7OS2dU8";
|
||||
|
||||
|
||||
Result = OPI_Dropbox.GetToken(AppKey, AppSecret, Code);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -24,7 +24,7 @@ sidebar_position: 3
|
||||
RefreshToken = "oZFWg3DmZ_IAAAAAAAAAAWilOA0M1SjV...";
|
||||
|
||||
Result = OPI_Dropbox.RefreshToken(AppKey, AppSecret, RefreshToken);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -24,7 +24,7 @@ sidebar_position: 8
|
||||
Token = "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L...";
|
||||
|
||||
Result = OPI_Dropbox.CopyObject(Token, Original, Copy);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -22,7 +22,7 @@ sidebar_position: 10
|
||||
Path = "/New catalog";
|
||||
|
||||
Result = OPI_Dropbox.CreateFolder(Token, Path);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -23,7 +23,7 @@ sidebar_position: 7
|
||||
Token = "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L...";
|
||||
|
||||
Result = OPI_Dropbox.DeleteObject(Token, Path);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -22,7 +22,7 @@ sidebar_position: 11
|
||||
Path = "/New/pic.png";
|
||||
|
||||
Result = OPI_Dropbox.DownloadFile(Token, Path);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -22,7 +22,7 @@ sidebar_position: 12
|
||||
Path = "/New";
|
||||
|
||||
Result = OPI_Dropbox.DownloadFolder(Token, Path);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -24,7 +24,7 @@ sidebar_position: 2
|
||||
Token = "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L...";
|
||||
|
||||
Result = OPI_Dropbox.GetListOfFolderFiles(Token, Path, True);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -23,7 +23,7 @@ sidebar_position: 1
|
||||
Token = "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L...";
|
||||
|
||||
Result = OPI_Dropbox.GetObjectInformation(Token, Path, True);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -23,7 +23,7 @@ sidebar_position: 13
|
||||
Path = "/New/pic.png";
|
||||
|
||||
Result = OPI_Dropbox.GetObjectVersionList(Token, Path, 1);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -22,7 +22,7 @@ sidebar_position: 3
|
||||
Path = "/New/mydoc.docx";
|
||||
|
||||
Result = OPI_Dropbox.GetPreview(Token, Path);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -31,7 +31,7 @@ sidebar_position: 6
|
||||
|
||||
|
||||
EndDo;
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -24,7 +24,7 @@ sidebar_position: 9
|
||||
Token = "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L...";
|
||||
|
||||
Result = OPI_Dropbox.MoveObject(Token, OriginalPath, TargetPath);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -24,7 +24,7 @@ sidebar_position: 14
|
||||
Path = "/New/pic.png";
|
||||
|
||||
Result = OPI_Dropbox.RestoreObjectToVersion(Token, Path, Version);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -24,7 +24,7 @@ sidebar_position: 5
|
||||
URL = "https://openintegrations.dev/test_data/document.docx";
|
||||
|
||||
Result = OPI_Dropbox.UploadFileByURL(Token, URL, Path);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -28,7 +28,7 @@ sidebar_position: 4
|
||||
CopyFile(Image, ImagePath);
|
||||
|
||||
Result = OPI_Dropbox.UploadFile(Token, ImagePath, Path, True);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -25,7 +25,7 @@ sidebar_position: 3
|
||||
File = "kJU6-a-pT48AAAAAAAAABw";
|
||||
|
||||
Result = OPI_Dropbox.AddUsersToFile(Token, File, Email, False);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -25,7 +25,7 @@ sidebar_position: 4
|
||||
Folder = "5022319569"; // shared_folder_id
|
||||
|
||||
Result = OPI_Dropbox.AddUsersToFolder(Token, Folder, Email, False);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -22,7 +22,7 @@ sidebar_position: 6
|
||||
File = "kJU6-a-pT48AAAAAAAAABw";
|
||||
|
||||
Result = OPI_Dropbox.CancelFilePublication(Token, File);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -30,7 +30,7 @@ sidebar_position: 2
|
||||
CurrentStatus = Result[".tag"];
|
||||
OPI_Tools.Pause(3);
|
||||
EndDo;
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -22,7 +22,7 @@ sidebar_position: 1
|
||||
Path = "/New";
|
||||
|
||||
Result = OPI_Dropbox.PublishFolder(Token, Path);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -24,7 +24,7 @@ sidebar_position: 2
|
||||
Path = "/New/mydoc.docx";
|
||||
|
||||
Result = OPI_Dropbox.AddTag(Token, Path, Tag);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -24,7 +24,7 @@ sidebar_position: 3
|
||||
Path = "/New/mydoc.docx";
|
||||
|
||||
Result = OPI_Dropbox.DeleteTag(Token, Path, Tag);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -22,7 +22,7 @@ sidebar_position: 2
|
||||
Response = OPI_GoogleCalendar.AddCalendarToList(Token, "55868c32be16935f0..."); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //String
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -22,7 +22,7 @@ sidebar_position: 4
|
||||
Response = OPI_GoogleCalendar.DeleteCalendarFromList(Token, "55868c32be16935f0..."); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //String
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -29,7 +29,7 @@ sidebar_position: 5
|
||||
Response = OPI_GoogleCalendar.EditListCalendar(Token, "55868c32be16935f0...", Black, Yellow, False); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //String
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -21,7 +21,7 @@ sidebar_position: 1
|
||||
Response = OPI_GoogleCalendar.GetCalendarList(Token); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //String
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -22,7 +22,7 @@ sidebar_position: 3
|
||||
Response = OPI_GoogleCalendar.GetListCalendar(Token, "55868c32be16935f0..."); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //String
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -20,7 +20,7 @@ sidebar_position: 4
|
||||
|
||||
Response = OPI_GoogleCalendar.ClearMainCalendar(Token);
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -22,7 +22,7 @@ sidebar_position: 1
|
||||
Response = OPI_GoogleCalendar.CreateCalendar(Token, "TestCalendar"); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //String
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -22,7 +22,7 @@ sidebar_position: 5
|
||||
Response = OPI_GoogleCalendar.DeleteCalendar(Token, "55868c32be16935f0...");
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -26,7 +26,7 @@ sidebar_position: 3
|
||||
Response = OPI_GoogleCalendar.EditCalendarMetadata(Token, "55868c32be16935f0...", Name, Description); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //String
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -22,7 +22,7 @@ sidebar_position: 2
|
||||
Response = OPI_GoogleCalendar.GetCalendarMetadata(Token, "55868c32be16935f0..."); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //String
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -36,7 +36,7 @@ sidebar_position: 4
|
||||
Response = OPI_GoogleCalendar.CreateEvent(Token, Calendar, EventMatch);
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -23,7 +23,7 @@ sidebar_position: 7
|
||||
Response = OPI_GoogleCalendar.DeleteEvent(Token, "55868c32be16935f0...", "j4nonfcc0m2..."); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //String
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -27,7 +27,7 @@ sidebar_position: 6
|
||||
Response = OPI_GoogleCalendar.EditEvent(Token, "55868c32be16935f0...", EventMatch, "j4nonfcc0m2...");
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -22,7 +22,7 @@ sidebar_position: 2
|
||||
Response = OPI_GoogleCalendar.GetEventList(Token, "55868c32be16935f0...");
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -23,7 +23,7 @@ sidebar_position: 3
|
||||
Response = OPI_GoogleCalendar.GetEvent(Token, "55868c32be16935f0...", "j4nonfcc0m2..."); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //String
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -24,7 +24,7 @@ sidebar_position: 5
|
||||
Response = OPI_GoogleCalendar.MoveEvent(Token, "bayselonarrend@gmail.com", "55868c32be16935f0...", "j4nonfcc0m2..."); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //String
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -26,7 +26,7 @@ sidebar_position: 1
|
||||
Response = OPI_GoogleDrive.CreateComment(Token, Identifier, Comment); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //String
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -24,7 +24,7 @@ sidebar_position: 4
|
||||
|
||||
Response = OPI_GoogleDrive.DeleteComment(Token, Identifier, Comment); //Map
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -24,7 +24,7 @@ sidebar_position: 3
|
||||
Response = OPI_GoogleDrive.GetCommentList(Token, AndДFile); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //String
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -26,7 +26,7 @@ sidebar_position: 2
|
||||
Response = OPI_GoogleDrive.GetComment(Token, AndДFile, CommentID); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //String
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -28,7 +28,7 @@ sidebar_position: 7
|
||||
Response = OPI_GoogleDrive.CopyObject(Token, Identifier, NewName, NewLocation) //Map
|
||||
Response = OPI_Tools.JSONString(Response); //String
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -25,7 +25,7 @@ sidebar_position: 5
|
||||
Response = OPI_GoogleDrive.CreateFolder(Token, Name); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //String
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -23,7 +23,7 @@ sidebar_position: 9
|
||||
|
||||
Response = OPI_GoogleDrive.DeleteObject(Token, Identifier); //Map
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -25,7 +25,7 @@ sidebar_position: 6
|
||||
Response = OPI_GoogleDrive.DownloadFile(Token, Identifier); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //String
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -24,7 +24,7 @@ sidebar_position: 2
|
||||
Response = OPI_GoogleDrive.GetDirectoriesList(Token, Name, False); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //String
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -25,7 +25,7 @@ sidebar_position: 10
|
||||
|
||||
Return Description;
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -24,7 +24,7 @@ sidebar_position: 3
|
||||
Response = OPI_GoogleDrive.GetFilesList(Token,, Directory); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //String
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -24,7 +24,7 @@ sidebar_position: 1
|
||||
Response = OPI_GoogleDrive.GetObjectInformation(Token, Identifier); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //String
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -28,7 +28,7 @@ sidebar_position: 8
|
||||
Response = OPI_GoogleDrive.UpdateFile(Token, Identifier, ReplacementImage, NewName) //Map
|
||||
Response = OPI_Tools.JSONString(Response); //String
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -31,7 +31,7 @@ sidebar_position: 4
|
||||
Response = OPI_GoogleDrive.UploadFile(Token, Image, Description); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //String
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -29,7 +29,7 @@ sidebar_position: 1
|
||||
Response = OPI_GoogleSheets.CreateBook(Token, Name, ArrayOfSheetNames); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -26,7 +26,7 @@ sidebar_position: 3
|
||||
Response = OPI_GoogleSheets.EditBookTitle(Token, Book, Name); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -24,7 +24,7 @@ sidebar_position: 2
|
||||
Response = OPI_GoogleSheets.GetBook(Token, Identifier); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -32,7 +32,7 @@ sidebar_position: 2
|
||||
Response = OPI_GoogleSheets.ClearCells(Token, Book, CellsArray, Sheet); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -32,7 +32,7 @@ sidebar_position: 3
|
||||
Response = OPI_GoogleSheets.GetCellValues(Token, Book, CellsArray, Sheet); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -38,7 +38,7 @@ sidebar_position: 1
|
||||
Response = OPI_GoogleSheets.SetCellValues(Token, Book, ValueMapping, Sheet); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -26,7 +26,7 @@ sidebar_position: 1
|
||||
Response = OPI_GoogleSheets.AddSheet(Token, Book, Name); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -28,7 +28,7 @@ sidebar_position: 3
|
||||
Response = OPI_GoogleSheets.CopySheet(Token, From, Target, Sheet); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -26,7 +26,7 @@ sidebar_position: 2
|
||||
Response = OPI_GoogleSheets.DeleteSheet(Token, Book, Sheet); //Map
|
||||
Response = OPI_Tools.JSONString(Response); //JSON string
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -31,7 +31,7 @@ sidebar_position: 1
|
||||
Response = OPI_Notion.CreateBlock(Token, Parent, "aa4137d4c8cc445d9f969c3968...");
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -25,7 +25,7 @@ sidebar_position: 4
|
||||
Response = OPI_Notion.DeleteBlock(Token, BlockID);
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -26,7 +26,7 @@ sidebar_position: 2
|
||||
Response = OPI_Notion.ReturnBlock(Token, BlockID);
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -25,7 +25,7 @@ sidebar_position: 3
|
||||
Response = OPI_Notion.ReturnChildBlocks(Token, BlockID);
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -47,7 +47,7 @@ sidebar_position: 1
|
||||
Response = OPI_Notion.CreateDatabase(Token, Parent, Title, Properties);
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -34,7 +34,7 @@ sidebar_position: 3
|
||||
Response = OPI_Notion.EditDatabaseProperties(Token, Base, Properties, Title, Description);
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -25,7 +25,7 @@ sidebar_position: 2
|
||||
Response = OPI_Notion.GetDatabase(Token, Base);
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -40,7 +40,7 @@ sidebar_position: 2
|
||||
Response = OPI_Notion.CreatePageInDatabase(Token, Base, Data);
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -27,7 +27,7 @@ sidebar_position: 1
|
||||
Response = OPI_Notion.CreatePage(Token, Parent, Title);
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -41,7 +41,7 @@ sidebar_position: 4
|
||||
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@@ -25,7 +25,7 @@ sidebar_position: 3
|
||||
Response = OPI_Notion.GetPage(Token, Page);
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user