1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-13 20:05:19 +02:00

Правки формирования MD

This commit is contained in:
Anton Titovets
2024-06-05 13:35:05 +03:00
parent 943aadd5ab
commit a86eb5b449
513 changed files with 2447 additions and 2445 deletions

View File

@@ -201,6 +201,7 @@
КонецЕсли; КонецЕсли;
ВызовCLI = " " + ВызовCLI;
Макет = СтрЗаменить(Макет, "@Вызов1С" , Вызов1С); Макет = СтрЗаменить(Макет, "@Вызов1С" , Вызов1С);
Макет = СтрЗаменить(Макет, "@ВызовCLI" , ВызовCLI); Макет = СтрЗаменить(Макет, "@ВызовCLI" , ВызовCLI);
@@ -455,6 +456,7 @@
ТекстПримера = Новый ТекстовыйДокумент(); ТекстПримера = Новый ТекстовыйДокумент();
ТекстПримера.Прочитать(ПутьПримера); ТекстПримера.Прочитать(ПутьПримера);
ВозвращаемыйТекст = ТекстПримера.ПолучитьТекст(); ВозвращаемыйТекст = ТекстПримера.ПолучитьТекст();
ВозвращаемыйТекст = СтрЗаменить(" " + ВозвращаемыйТекст, Символы.ПС, Символы.ПС + " ");
КонецЕсли; КонецЕсли;
Возврат ВозвращаемыйТекст; Возврат ВозвращаемыйТекст;

View File

@@ -30,7 +30,7 @@ sidebar_position: 2
Response = OPI_Airtable.CreateComment(Token, Base, Table, Record, Text); //Map Response = OPI_Airtable.CreateComment(Token, Base, Table, Record, Text); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -30,7 +30,7 @@ sidebar_position: 4
Response = OPI_Airtable.DeleteComment(Token, Base, Table, Record, Comment); //Map Response = OPI_Airtable.DeleteComment(Token, Base, Table, Record, Comment); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -32,7 +32,7 @@ sidebar_position: 3
Response = OPI_Airtable.EditComment(Token, Base, Table, Record, Comment, Text); //Map Response = OPI_Airtable.EditComment(Token, Base, Table, Record, Comment, Text); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -29,7 +29,7 @@ sidebar_position: 1
Response = OPI_Airtable.GetComments(Token, Base, Table, Record); //Map Response = OPI_Airtable.GetComments(Token, Base, Table, Record); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -36,7 +36,7 @@ sidebar_position: 3
Response = OPI_Airtable.CreateDatabase(Token, Workspace, Name, TableCollection); //Map Response = OPI_Airtable.CreateDatabase(Token, Workspace, Name, TableCollection); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -24,7 +24,7 @@ sidebar_position: 2
Response = OPI_Airtable.GetDatabaseTables(Token, Base); //Map Response = OPI_Airtable.GetDatabaseTables(Token, Base); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -23,7 +23,7 @@ sidebar_position: 1
Response = OPI_Airtable.GetListOfBases(Token); //Map Response = OPI_Airtable.GetListOfBases(Token); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -29,7 +29,7 @@ sidebar_position: 1
Response = OPI_Airtable.CreateField(Token, Base, Table, FieldStructure); //Map Response = OPI_Airtable.CreateField(Token, Base, Table, FieldStructure); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -23,7 +23,7 @@ sidebar_position: 5
Response = OPI_Airtable.GetAttachmentField(Name); //Map Response = OPI_Airtable.GetAttachmentField(Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -23,7 +23,7 @@ sidebar_position: 6
Response = OPI_Airtable.GetCheckboxField(Name); //Map Response = OPI_Airtable.GetCheckboxField(Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -23,7 +23,7 @@ sidebar_position: 7
Response = OPI_Airtable.GetDateField(Name); //Map Response = OPI_Airtable.GetDateField(Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -23,7 +23,7 @@ sidebar_position: 8
Response = OPI_Airtable.GetEmailField(Name); //Map Response = OPI_Airtable.GetEmailField(Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -23,7 +23,7 @@ sidebar_position: 10
Response = OPI_Airtable.GetLinkField(Name); //Map Response = OPI_Airtable.GetLinkField(Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -25,7 +25,7 @@ sidebar_position: 4
Response = OPI_Airtable.GetNumberField(Name, Precision); //Map Response = OPI_Airtable.GetNumberField(Name, Precision); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -23,7 +23,7 @@ sidebar_position: 9
Response = OPI_Airtable.GetPhoneField(Name); //Map Response = OPI_Airtable.GetPhoneField(Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -23,7 +23,7 @@ sidebar_position: 3
Response = OPI_Airtable.GetStringField(Name); //Map Response = OPI_Airtable.GetStringField(Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -32,7 +32,7 @@ sidebar_position: 2
Response = OPI_Airtable.ModifyField(Token, Base, Table, Field, Name, Description); //Map Response = OPI_Airtable.ModifyField(Token, Base, Table, Field, Name, Description); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -36,7 +36,7 @@ sidebar_position: 3
Response = OPI_Airtable.CreatePosts(Token, Base, Table, Data); //Map Response = OPI_Airtable.CreatePosts(Token, Base, Table, Data); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -31,7 +31,7 @@ sidebar_position: 4
Response = OPI_Airtable.DeletePosts(Token, Base, Table, Record); //Map Response = OPI_Airtable.DeletePosts(Token, Base, Table, Record); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -27,7 +27,7 @@ sidebar_position: 1
Response = OPI_Airtable.GetListOfRecords(Token, Base, Table, Indent); //Map Response = OPI_Airtable.GetListOfRecords(Token, Base, Table, Indent); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -28,7 +28,7 @@ sidebar_position: 2
Response = OPI_Airtable.GetRecord(Token, Base, Table, Record); //Map Response = OPI_Airtable.GetRecord(Token, Base, Table, Record); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -39,7 +39,7 @@ sidebar_position: 1
Response = OPI_Airtable.CreateTable(Token, Base, Name, FieldArray, Description); //Map Response = OPI_Airtable.CreateTable(Token, Base, Name, FieldArray, Description); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -30,7 +30,7 @@ sidebar_position: 2
Response = OPI_Airtable.ModifyTable(Token, Base, Table, Name, Description); //Map Response = OPI_Airtable.ModifyTable(Token, Base, Table, Name, Description); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -21,7 +21,7 @@ sidebar_position: 4
Token = "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..."; Token = "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L...";
Result = OPI_Dropbox.GetAccountInformation(Token); Result = OPI_Dropbox.GetAccountInformation(Token);
``` ```

View File

@@ -19,7 +19,7 @@ sidebar_position: 1
AppKey = "oynqxds..."; AppKey = "oynqxds...";
Result = OPI_Dropbox.GetAuthorizationLink(AppKey); Result = OPI_Dropbox.GetAuthorizationLink(AppKey);
``` ```

View File

@@ -20,7 +20,7 @@ sidebar_position: 5
Token = "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..."; Token = "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L...";
Result = OPI_Dropbox.GetSpaceUsageData(Token); Result = OPI_Dropbox.GetSpaceUsageData(Token);
``` ```

View File

@@ -22,9 +22,9 @@ sidebar_position: 2
AppKey = "oynqxds..."; AppKey = "oynqxds...";
AppSecret = "tk2oewn..."; AppSecret = "tk2oewn...";
Code = "bTCiUTzxe6kAAAAAAAAAGN1NMZIxyqETKr4o7OS2dU8"; Code = "bTCiUTzxe6kAAAAAAAAAGN1NMZIxyqETKr4o7OS2dU8";
Result = OPI_Dropbox.GetToken(AppKey, AppSecret, Code); Result = OPI_Dropbox.GetToken(AppKey, AppSecret, Code);
``` ```

View File

@@ -24,7 +24,7 @@ sidebar_position: 3
RefreshToken = "oZFWg3DmZ_IAAAAAAAAAAWilOA0M1SjV..."; RefreshToken = "oZFWg3DmZ_IAAAAAAAAAAWilOA0M1SjV...";
Result = OPI_Dropbox.RefreshToken(AppKey, AppSecret, RefreshToken); Result = OPI_Dropbox.RefreshToken(AppKey, AppSecret, RefreshToken);
``` ```

View File

@@ -24,7 +24,7 @@ sidebar_position: 8
Token = "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..."; Token = "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L...";
Result = OPI_Dropbox.CopyObject(Token, Original, Copy); Result = OPI_Dropbox.CopyObject(Token, Original, Copy);
``` ```

View File

@@ -22,7 +22,7 @@ sidebar_position: 10
Path = "/New catalog"; Path = "/New catalog";
Result = OPI_Dropbox.CreateFolder(Token, Path); Result = OPI_Dropbox.CreateFolder(Token, Path);
``` ```

View File

@@ -23,7 +23,7 @@ sidebar_position: 7
Token = "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..."; Token = "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L...";
Result = OPI_Dropbox.DeleteObject(Token, Path); Result = OPI_Dropbox.DeleteObject(Token, Path);
``` ```

View File

@@ -22,7 +22,7 @@ sidebar_position: 11
Path = "/New/pic.png"; Path = "/New/pic.png";
Result = OPI_Dropbox.DownloadFile(Token, Path); Result = OPI_Dropbox.DownloadFile(Token, Path);
``` ```

View File

@@ -22,7 +22,7 @@ sidebar_position: 12
Path = "/New"; Path = "/New";
Result = OPI_Dropbox.DownloadFolder(Token, Path); Result = OPI_Dropbox.DownloadFolder(Token, Path);
``` ```

View File

@@ -24,7 +24,7 @@ sidebar_position: 2
Token = "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..."; Token = "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L...";
Result = OPI_Dropbox.GetListOfFolderFiles(Token, Path, True); Result = OPI_Dropbox.GetListOfFolderFiles(Token, Path, True);
``` ```

View File

@@ -23,7 +23,7 @@ sidebar_position: 1
Token = "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..."; Token = "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L...";
Result = OPI_Dropbox.GetObjectInformation(Token, Path, True); Result = OPI_Dropbox.GetObjectInformation(Token, Path, True);
``` ```

View File

@@ -23,7 +23,7 @@ sidebar_position: 13
Path = "/New/pic.png"; Path = "/New/pic.png";
Result = OPI_Dropbox.GetObjectVersionList(Token, Path, 1); Result = OPI_Dropbox.GetObjectVersionList(Token, Path, 1);
``` ```

View File

@@ -22,7 +22,7 @@ sidebar_position: 3
Path = "/New/mydoc.docx"; Path = "/New/mydoc.docx";
Result = OPI_Dropbox.GetPreview(Token, Path); Result = OPI_Dropbox.GetPreview(Token, Path);
``` ```

View File

@@ -31,7 +31,7 @@ sidebar_position: 6
EndDo; EndDo;
``` ```

View File

@@ -24,7 +24,7 @@ sidebar_position: 9
Token = "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..."; Token = "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L...";
Result = OPI_Dropbox.MoveObject(Token, OriginalPath, TargetPath); Result = OPI_Dropbox.MoveObject(Token, OriginalPath, TargetPath);
``` ```

View File

@@ -24,7 +24,7 @@ sidebar_position: 14
Path = "/New/pic.png"; Path = "/New/pic.png";
Result = OPI_Dropbox.RestoreObjectToVersion(Token, Path, Version); Result = OPI_Dropbox.RestoreObjectToVersion(Token, Path, Version);
``` ```

View File

@@ -24,7 +24,7 @@ sidebar_position: 5
URL = "https://openintegrations.dev/test_data/document.docx"; URL = "https://openintegrations.dev/test_data/document.docx";
Result = OPI_Dropbox.UploadFileByURL(Token, URL, Path); Result = OPI_Dropbox.UploadFileByURL(Token, URL, Path);
``` ```

View File

@@ -28,7 +28,7 @@ sidebar_position: 4
CopyFile(Image, ImagePath); CopyFile(Image, ImagePath);
Result = OPI_Dropbox.UploadFile(Token, ImagePath, Path, True); Result = OPI_Dropbox.UploadFile(Token, ImagePath, Path, True);
``` ```

View File

@@ -25,7 +25,7 @@ sidebar_position: 3
File = "kJU6-a-pT48AAAAAAAAABw"; File = "kJU6-a-pT48AAAAAAAAABw";
Result = OPI_Dropbox.AddUsersToFile(Token, File, Email, False); Result = OPI_Dropbox.AddUsersToFile(Token, File, Email, False);
``` ```

View File

@@ -25,7 +25,7 @@ sidebar_position: 4
Folder = "5022319569"; // shared_folder_id Folder = "5022319569"; // shared_folder_id
Result = OPI_Dropbox.AddUsersToFolder(Token, Folder, Email, False); Result = OPI_Dropbox.AddUsersToFolder(Token, Folder, Email, False);
``` ```

View File

@@ -22,7 +22,7 @@ sidebar_position: 6
File = "kJU6-a-pT48AAAAAAAAABw"; File = "kJU6-a-pT48AAAAAAAAABw";
Result = OPI_Dropbox.CancelFilePublication(Token, File); Result = OPI_Dropbox.CancelFilePublication(Token, File);
``` ```

View File

@@ -30,7 +30,7 @@ sidebar_position: 2
CurrentStatus = Result[".tag"]; CurrentStatus = Result[".tag"];
OPI_Tools.Pause(3); OPI_Tools.Pause(3);
EndDo; EndDo;
``` ```

View File

@@ -22,7 +22,7 @@ sidebar_position: 1
Path = "/New"; Path = "/New";
Result = OPI_Dropbox.PublishFolder(Token, Path); Result = OPI_Dropbox.PublishFolder(Token, Path);
``` ```

View File

@@ -24,7 +24,7 @@ sidebar_position: 2
Path = "/New/mydoc.docx"; Path = "/New/mydoc.docx";
Result = OPI_Dropbox.AddTag(Token, Path, Tag); Result = OPI_Dropbox.AddTag(Token, Path, Tag);
``` ```

View File

@@ -24,7 +24,7 @@ sidebar_position: 3
Path = "/New/mydoc.docx"; Path = "/New/mydoc.docx";
Result = OPI_Dropbox.DeleteTag(Token, Path, Tag); Result = OPI_Dropbox.DeleteTag(Token, Path, Tag);
``` ```

View File

@@ -22,7 +22,7 @@ sidebar_position: 2
Response = OPI_GoogleCalendar.AddCalendarToList(Token, "55868c32be16935f0..."); //Map Response = OPI_GoogleCalendar.AddCalendarToList(Token, "55868c32be16935f0..."); //Map
Response = OPI_Tools.JSONString(Response); //String Response = OPI_Tools.JSONString(Response); //String
``` ```

View File

@@ -22,7 +22,7 @@ sidebar_position: 4
Response = OPI_GoogleCalendar.DeleteCalendarFromList(Token, "55868c32be16935f0..."); //Map Response = OPI_GoogleCalendar.DeleteCalendarFromList(Token, "55868c32be16935f0..."); //Map
Response = OPI_Tools.JSONString(Response); //String Response = OPI_Tools.JSONString(Response); //String
``` ```

View File

@@ -29,7 +29,7 @@ sidebar_position: 5
Response = OPI_GoogleCalendar.EditListCalendar(Token, "55868c32be16935f0...", Black, Yellow, False); //Map Response = OPI_GoogleCalendar.EditListCalendar(Token, "55868c32be16935f0...", Black, Yellow, False); //Map
Response = OPI_Tools.JSONString(Response); //String Response = OPI_Tools.JSONString(Response); //String
``` ```

View File

@@ -21,7 +21,7 @@ sidebar_position: 1
Response = OPI_GoogleCalendar.GetCalendarList(Token); //Map Response = OPI_GoogleCalendar.GetCalendarList(Token); //Map
Response = OPI_Tools.JSONString(Response); //String Response = OPI_Tools.JSONString(Response); //String
``` ```

View File

@@ -22,7 +22,7 @@ sidebar_position: 3
Response = OPI_GoogleCalendar.GetListCalendar(Token, "55868c32be16935f0..."); //Map Response = OPI_GoogleCalendar.GetListCalendar(Token, "55868c32be16935f0..."); //Map
Response = OPI_Tools.JSONString(Response); //String Response = OPI_Tools.JSONString(Response); //String
``` ```

View File

@@ -20,7 +20,7 @@ sidebar_position: 4
Response = OPI_GoogleCalendar.ClearMainCalendar(Token); Response = OPI_GoogleCalendar.ClearMainCalendar(Token);
``` ```

View File

@@ -22,7 +22,7 @@ sidebar_position: 1
Response = OPI_GoogleCalendar.CreateCalendar(Token, "TestCalendar"); //Map Response = OPI_GoogleCalendar.CreateCalendar(Token, "TestCalendar"); //Map
Response = OPI_Tools.JSONString(Response); //String Response = OPI_Tools.JSONString(Response); //String
``` ```

View File

@@ -22,7 +22,7 @@ sidebar_position: 5
Response = OPI_GoogleCalendar.DeleteCalendar(Token, "55868c32be16935f0..."); Response = OPI_GoogleCalendar.DeleteCalendar(Token, "55868c32be16935f0...");
Response = OPI_Tools.JSONString(Response); Response = OPI_Tools.JSONString(Response);
``` ```

View File

@@ -26,7 +26,7 @@ sidebar_position: 3
Response = OPI_GoogleCalendar.EditCalendarMetadata(Token, "55868c32be16935f0...", Name, Description); //Map Response = OPI_GoogleCalendar.EditCalendarMetadata(Token, "55868c32be16935f0...", Name, Description); //Map
Response = OPI_Tools.JSONString(Response); //String Response = OPI_Tools.JSONString(Response); //String
``` ```

View File

@@ -22,7 +22,7 @@ sidebar_position: 2
Response = OPI_GoogleCalendar.GetCalendarMetadata(Token, "55868c32be16935f0..."); //Map Response = OPI_GoogleCalendar.GetCalendarMetadata(Token, "55868c32be16935f0..."); //Map
Response = OPI_Tools.JSONString(Response); //String Response = OPI_Tools.JSONString(Response); //String
``` ```

View File

@@ -36,7 +36,7 @@ sidebar_position: 4
Response = OPI_GoogleCalendar.CreateEvent(Token, Calendar, EventMatch); Response = OPI_GoogleCalendar.CreateEvent(Token, Calendar, EventMatch);
Response = OPI_Tools.JSONString(Response); Response = OPI_Tools.JSONString(Response);
``` ```

View File

@@ -23,7 +23,7 @@ sidebar_position: 7
Response = OPI_GoogleCalendar.DeleteEvent(Token, "55868c32be16935f0...", "j4nonfcc0m2..."); //Map Response = OPI_GoogleCalendar.DeleteEvent(Token, "55868c32be16935f0...", "j4nonfcc0m2..."); //Map
Response = OPI_Tools.JSONString(Response); //String Response = OPI_Tools.JSONString(Response); //String
``` ```

View File

@@ -27,7 +27,7 @@ sidebar_position: 6
Response = OPI_GoogleCalendar.EditEvent(Token, "55868c32be16935f0...", EventMatch, "j4nonfcc0m2..."); Response = OPI_GoogleCalendar.EditEvent(Token, "55868c32be16935f0...", EventMatch, "j4nonfcc0m2...");
Response = OPI_Tools.JSONString(Response); Response = OPI_Tools.JSONString(Response);
``` ```

View File

@@ -22,7 +22,7 @@ sidebar_position: 2
Response = OPI_GoogleCalendar.GetEventList(Token, "55868c32be16935f0..."); Response = OPI_GoogleCalendar.GetEventList(Token, "55868c32be16935f0...");
Response = OPI_Tools.JSONString(Response); Response = OPI_Tools.JSONString(Response);
``` ```

View File

@@ -23,7 +23,7 @@ sidebar_position: 3
Response = OPI_GoogleCalendar.GetEvent(Token, "55868c32be16935f0...", "j4nonfcc0m2..."); //Map Response = OPI_GoogleCalendar.GetEvent(Token, "55868c32be16935f0...", "j4nonfcc0m2..."); //Map
Response = OPI_Tools.JSONString(Response); //String Response = OPI_Tools.JSONString(Response); //String
``` ```

View File

@@ -24,7 +24,7 @@ sidebar_position: 5
Response = OPI_GoogleCalendar.MoveEvent(Token, "bayselonarrend@gmail.com", "55868c32be16935f0...", "j4nonfcc0m2..."); //Map Response = OPI_GoogleCalendar.MoveEvent(Token, "bayselonarrend@gmail.com", "55868c32be16935f0...", "j4nonfcc0m2..."); //Map
Response = OPI_Tools.JSONString(Response); //String Response = OPI_Tools.JSONString(Response); //String
``` ```

View File

@@ -26,7 +26,7 @@ sidebar_position: 1
Response = OPI_GoogleDrive.CreateComment(Token, Identifier, Comment); //Map Response = OPI_GoogleDrive.CreateComment(Token, Identifier, Comment); //Map
Response = OPI_Tools.JSONString(Response); //String Response = OPI_Tools.JSONString(Response); //String
``` ```

View File

@@ -24,7 +24,7 @@ sidebar_position: 4
Response = OPI_GoogleDrive.DeleteComment(Token, Identifier, Comment); //Map Response = OPI_GoogleDrive.DeleteComment(Token, Identifier, Comment); //Map
``` ```

View File

@@ -24,7 +24,7 @@ sidebar_position: 3
Response = OPI_GoogleDrive.GetCommentList(Token, AndДFile); //Map Response = OPI_GoogleDrive.GetCommentList(Token, AndДFile); //Map
Response = OPI_Tools.JSONString(Response); //String Response = OPI_Tools.JSONString(Response); //String
``` ```

View File

@@ -26,7 +26,7 @@ sidebar_position: 2
Response = OPI_GoogleDrive.GetComment(Token, AndДFile, CommentID); //Map Response = OPI_GoogleDrive.GetComment(Token, AndДFile, CommentID); //Map
Response = OPI_Tools.JSONString(Response); //String Response = OPI_Tools.JSONString(Response); //String
``` ```

View File

@@ -28,7 +28,7 @@ sidebar_position: 7
Response = OPI_GoogleDrive.CopyObject(Token, Identifier, NewName, NewLocation) //Map Response = OPI_GoogleDrive.CopyObject(Token, Identifier, NewName, NewLocation) //Map
Response = OPI_Tools.JSONString(Response); //String Response = OPI_Tools.JSONString(Response); //String
``` ```

View File

@@ -25,7 +25,7 @@ sidebar_position: 5
Response = OPI_GoogleDrive.CreateFolder(Token, Name); //Map Response = OPI_GoogleDrive.CreateFolder(Token, Name); //Map
Response = OPI_Tools.JSONString(Response); //String Response = OPI_Tools.JSONString(Response); //String
``` ```

View File

@@ -23,7 +23,7 @@ sidebar_position: 9
Response = OPI_GoogleDrive.DeleteObject(Token, Identifier); //Map Response = OPI_GoogleDrive.DeleteObject(Token, Identifier); //Map
``` ```

View File

@@ -25,7 +25,7 @@ sidebar_position: 6
Response = OPI_GoogleDrive.DownloadFile(Token, Identifier); //Map Response = OPI_GoogleDrive.DownloadFile(Token, Identifier); //Map
Response = OPI_Tools.JSONString(Response); //String Response = OPI_Tools.JSONString(Response); //String
``` ```

View File

@@ -24,7 +24,7 @@ sidebar_position: 2
Response = OPI_GoogleDrive.GetDirectoriesList(Token, Name, False); //Map Response = OPI_GoogleDrive.GetDirectoriesList(Token, Name, False); //Map
Response = OPI_Tools.JSONString(Response); //String Response = OPI_Tools.JSONString(Response); //String
``` ```

View File

@@ -25,7 +25,7 @@ sidebar_position: 10
Return Description; Return Description;
``` ```

View File

@@ -24,7 +24,7 @@ sidebar_position: 3
Response = OPI_GoogleDrive.GetFilesList(Token,, Directory); //Map Response = OPI_GoogleDrive.GetFilesList(Token,, Directory); //Map
Response = OPI_Tools.JSONString(Response); //String Response = OPI_Tools.JSONString(Response); //String
``` ```

View File

@@ -24,7 +24,7 @@ sidebar_position: 1
Response = OPI_GoogleDrive.GetObjectInformation(Token, Identifier); //Map Response = OPI_GoogleDrive.GetObjectInformation(Token, Identifier); //Map
Response = OPI_Tools.JSONString(Response); //String Response = OPI_Tools.JSONString(Response); //String
``` ```

View File

@@ -28,7 +28,7 @@ sidebar_position: 8
Response = OPI_GoogleDrive.UpdateFile(Token, Identifier, ReplacementImage, NewName) //Map Response = OPI_GoogleDrive.UpdateFile(Token, Identifier, ReplacementImage, NewName) //Map
Response = OPI_Tools.JSONString(Response); //String Response = OPI_Tools.JSONString(Response); //String
``` ```

View File

@@ -31,7 +31,7 @@ sidebar_position: 4
Response = OPI_GoogleDrive.UploadFile(Token, Image, Description); //Map Response = OPI_GoogleDrive.UploadFile(Token, Image, Description); //Map
Response = OPI_Tools.JSONString(Response); //String Response = OPI_Tools.JSONString(Response); //String
``` ```

View File

@@ -29,7 +29,7 @@ sidebar_position: 1
Response = OPI_GoogleSheets.CreateBook(Token, Name, ArrayOfSheetNames); //Map Response = OPI_GoogleSheets.CreateBook(Token, Name, ArrayOfSheetNames); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -26,7 +26,7 @@ sidebar_position: 3
Response = OPI_GoogleSheets.EditBookTitle(Token, Book, Name); //Map Response = OPI_GoogleSheets.EditBookTitle(Token, Book, Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -24,7 +24,7 @@ sidebar_position: 2
Response = OPI_GoogleSheets.GetBook(Token, Identifier); //Map Response = OPI_GoogleSheets.GetBook(Token, Identifier); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -32,7 +32,7 @@ sidebar_position: 2
Response = OPI_GoogleSheets.ClearCells(Token, Book, CellsArray, Sheet); //Map Response = OPI_GoogleSheets.ClearCells(Token, Book, CellsArray, Sheet); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -32,7 +32,7 @@ sidebar_position: 3
Response = OPI_GoogleSheets.GetCellValues(Token, Book, CellsArray, Sheet); //Map Response = OPI_GoogleSheets.GetCellValues(Token, Book, CellsArray, Sheet); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -38,7 +38,7 @@ sidebar_position: 1
Response = OPI_GoogleSheets.SetCellValues(Token, Book, ValueMapping, Sheet); //Map Response = OPI_GoogleSheets.SetCellValues(Token, Book, ValueMapping, Sheet); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -26,7 +26,7 @@ sidebar_position: 1
Response = OPI_GoogleSheets.AddSheet(Token, Book, Name); //Map Response = OPI_GoogleSheets.AddSheet(Token, Book, Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -28,7 +28,7 @@ sidebar_position: 3
Response = OPI_GoogleSheets.CopySheet(Token, From, Target, Sheet); //Map Response = OPI_GoogleSheets.CopySheet(Token, From, Target, Sheet); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -26,7 +26,7 @@ sidebar_position: 2
Response = OPI_GoogleSheets.DeleteSheet(Token, Book, Sheet); //Map Response = OPI_GoogleSheets.DeleteSheet(Token, Book, Sheet); //Map
Response = OPI_Tools.JSONString(Response); //JSON string Response = OPI_Tools.JSONString(Response); //JSON string
``` ```

View File

@@ -31,7 +31,7 @@ sidebar_position: 1
Response = OPI_Notion.CreateBlock(Token, Parent, "aa4137d4c8cc445d9f969c3968..."); Response = OPI_Notion.CreateBlock(Token, Parent, "aa4137d4c8cc445d9f969c3968...");
Response = OPI_Tools.JSONString(Response); Response = OPI_Tools.JSONString(Response);
``` ```

View File

@@ -25,7 +25,7 @@ sidebar_position: 4
Response = OPI_Notion.DeleteBlock(Token, BlockID); Response = OPI_Notion.DeleteBlock(Token, BlockID);
Response = OPI_Tools.JSONString(Response); Response = OPI_Tools.JSONString(Response);
``` ```

View File

@@ -26,7 +26,7 @@ sidebar_position: 2
Response = OPI_Notion.ReturnBlock(Token, BlockID); Response = OPI_Notion.ReturnBlock(Token, BlockID);
Response = OPI_Tools.JSONString(Response); Response = OPI_Tools.JSONString(Response);
``` ```

View File

@@ -25,7 +25,7 @@ sidebar_position: 3
Response = OPI_Notion.ReturnChildBlocks(Token, BlockID); Response = OPI_Notion.ReturnChildBlocks(Token, BlockID);
Response = OPI_Tools.JSONString(Response); Response = OPI_Tools.JSONString(Response);
``` ```

View File

@@ -47,7 +47,7 @@ sidebar_position: 1
Response = OPI_Notion.CreateDatabase(Token, Parent, Title, Properties); Response = OPI_Notion.CreateDatabase(Token, Parent, Title, Properties);
Response = OPI_Tools.JSONString(Response); Response = OPI_Tools.JSONString(Response);
``` ```

View File

@@ -34,7 +34,7 @@ sidebar_position: 3
Response = OPI_Notion.EditDatabaseProperties(Token, Base, Properties, Title, Description); Response = OPI_Notion.EditDatabaseProperties(Token, Base, Properties, Title, Description);
Response = OPI_Tools.JSONString(Response); Response = OPI_Tools.JSONString(Response);
``` ```

View File

@@ -25,7 +25,7 @@ sidebar_position: 2
Response = OPI_Notion.GetDatabase(Token, Base); Response = OPI_Notion.GetDatabase(Token, Base);
Response = OPI_Tools.JSONString(Response); Response = OPI_Tools.JSONString(Response);
``` ```

View File

@@ -40,7 +40,7 @@ sidebar_position: 2
Response = OPI_Notion.CreatePageInDatabase(Token, Base, Data); Response = OPI_Notion.CreatePageInDatabase(Token, Base, Data);
Response = OPI_Tools.JSONString(Response); Response = OPI_Tools.JSONString(Response);
``` ```

View File

@@ -27,7 +27,7 @@ sidebar_position: 1
Response = OPI_Notion.CreatePage(Token, Parent, Title); Response = OPI_Notion.CreatePage(Token, Parent, Title);
Response = OPI_Tools.JSONString(Response); Response = OPI_Tools.JSONString(Response);
``` ```

View File

@@ -41,7 +41,7 @@ sidebar_position: 4
Response = OPI_Tools.JSONString(Response); Response = OPI_Tools.JSONString(Response);
``` ```

View File

@@ -25,7 +25,7 @@ sidebar_position: 3
Response = OPI_Notion.GetPage(Token, Page); Response = OPI_Notion.GetPage(Token, Page);
Response = OPI_Tools.JSONString(Response); Response = OPI_Tools.JSONString(Response);
``` ```

Some files were not shown because too many files have changed in this diff Show More