1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-25 02:42:28 +02:00

Правки примера CLI

This commit is contained in:
Anton Titovets 2024-06-05 12:58:00 +03:00
parent 24af8fc267
commit 88513b8f0f
860 changed files with 968 additions and 167 deletions

View File

@ -28,7 +28,7 @@ jobs:
opm install cmdline opm install cmdline
- name: Выполнить скрипт парсинга тестов - name: Выполнить скрипт парсинга тестов
run: oscript ./.github/workflows/os/oint_docs.os run: oscript ./.github/workflows/os/docs_main.os

View File

@ -137,9 +137,14 @@
ТекстПримера = СтрЗаменить(ТекстПримера, " " + Символы.ПС + " " + Символы.ПС, Символы.ПС); ТекстПримера = СтрЗаменить(ТекстПримера, " " + Символы.ПС + " " + Символы.ПС, Символы.ПС);
ТекстПримера = СтрЗаменить(ТекстПримера, Символы.ПС + " " + Символы.ПС, Символы.ПС); ТекстПримера = СтрЗаменить(ТекстПримера, Символы.ПС + " " + Символы.ПС, Символы.ПС);
ФайлПримера = Новый ТекстовыйДокумент(); ПутьПримера = Каталог + "/" + РазбитоеИмя[1] + ".txt";
ФайлПримера.УстановитьТекст(ТекстПримера); ОбъектПримера = Новый Файл(ПутьПримера);
ФайлПримера.Записать(Каталог + "/" + РазбитоеИмя[1] + ".txt");
Если Не ОбъектПримера.Существует() Тогда
ФайлПримера = Новый ТекстовыйДокумент();
ФайлПримера.УстановитьТекст(ТекстПримера);
ФайлПримера.Записать();
КонецЕсли;
Если ЗначениеЗаполнено(ТекущаяСтруктураЗначений) Тогда Если ЗначениеЗаполнено(ТекущаяСтруктураЗначений) Тогда
@ -150,10 +155,15 @@
СоздатьКаталог(КаталогЗначений); СоздатьКаталог(КаталогЗначений);
КонецЕсли; КонецЕсли;
ЗаписьJSON = Новый ЗаписьJSON; ПутьДанных = КаталогЗначений + "/" + РазбитоеИмя[1] + ".json";
ЗаписьJSON.ОткрытьФайл(КаталогЗначений + "/" + РазбитоеИмя[1] + ".json", , , Новый ПараметрыЗаписиJSON()); ФайлДанных = Новый Файл(ПутьДанных);
ЗаписатьJSON(ЗаписьJSON, ТекущаяСтруктураЗначений);
ЗаписьJSON.Закрыть(); Если Не ФайлДанных.Существует() Тогда
ЗаписьJSON = Новый ЗаписьJSON;
ЗаписьJSON.ОткрытьФайл(ПутьДанных, , , Новый ПараметрыЗаписиJSON());
ЗаписатьJSON(ЗаписьJSON, ТекущаяСтруктураЗначений);
ЗаписьJSON.Закрыть();
КонецЕсли;
КонецЕсли; КонецЕсли;

View File

@ -10,6 +10,7 @@
Перем КаталогЛогов; Перем КаталогЛогов;
Перем КаталогПримеров; Перем КаталогПримеров;
Перем КаталогЗначений; Перем КаталогЗначений;
Перем КаталогCLI;
Перем СписокОбластей; Перем СписокОбластей;
Перем ТекущаяОбласть; Перем ТекущаяОбласть;
Перем СчетчикОбласти; Перем СчетчикОбласти;
@ -26,6 +27,7 @@
КаталогЛогов = ".\docs\ru\results\"; КаталогЛогов = ".\docs\ru\results\";
КаталогПримеров = ".\docs\ru\examples\"; КаталогПримеров = ".\docs\ru\examples\";
КаталогЗначений = ".\docs\ru\data\"; КаталогЗначений = ".\docs\ru\data\";
КаталогCLI = ".\docs\ru\cli\";
ПутьКСловарю = ".\service\dictionaries\en.json"; ПутьКСловарю = ".\service\dictionaries\en.json";
СписокОбластей = Новый СписокЗначений(); СписокОбластей = Новый СписокЗначений();
ТекущаяОбласть = ""; ТекущаяОбласть = "";
@ -138,26 +140,66 @@
ТаблицаПараметров = ""; ТаблицаПараметров = "";
Вызов1С = ПолучитьВызов1С(СтруктураМетода["ИмяМодуля"], СтруктураМетода["ИмяМетода"]); Вызов1С = ПолучитьВызов1С(СтруктураМетода["ИмяМодуля"], СтруктураМетода["ИмяМетода"]);
ВызовCLI = "oint " + СтруктураМетода["Команда"] + " " + СтруктураМетода["ИмяМетода"];
Для каждого ПараметрМетода Из СтруктураМетода["Параметры"] Цикл ПутьCLI = КаталогCLI + ИмяМодуляБезПрефикса + "\" + СтруктураМетода["ИмяМетода"] + ".txt";
ФайлCLI = Новый Файл(ПутьCLI);
Если Не ЗначениеЗаполнено(ПараметрМетода.Опция) Или Не СтруктураМетода["ЕстьCLI"] Тогда Если Не ФайлCLI.Существует() Тогда
Сообщить("Метод не имеет опции: " + СтруктураМетода["Заголовок"]);
Возврат; КаталогТекущиегоCLI = КаталогCLI + ИмяМодуляБезПрефикса;
ФайлКаталога = Новый Файл(КаталогТекущиегоCLI);
Если Не ФайлКаталога.Существует() Тогда
СоздатьКаталог(КаталогТекущиегоCLI);
КонецЕсли; КонецЕсли;
ТаблицаПараметров = ТаблицаПараметров + " | " ВызовCLI = "oint " + СтруктураМетода["Команда"] + " " + СтруктураМетода["ИмяМетода"];
+ ПараметрМетода.Имя + " | "
+ ПараметрМетода.Опция + " | "
+ ПараметрМетода.Типы + " | "
+ ПараметрМетода.Описание + " |"
+ Символы.ПС;
ВызовCLI = ВызовCLI + " " + ПараметрМетода.Опция + " "; Для каждого ПараметрМетода Из СтруктураМетода["Параметры"] Цикл
ВызовCLI = ВызовCLI + ОпределитьЗначениеОпции(ПараметрМетода.Опция, СтруктураЗначений[ПараметрМетода.Имя]);
КонецЦикла; Если Не ЗначениеЗаполнено(ПараметрМетода.Опция) Или Не СтруктураМетода["ЕстьCLI"] Тогда
Сообщить("Метод не имеет опции: " + СтруктураМетода["Заголовок"]);
Возврат;
КонецЕсли;
ТаблицаПараметров = ТаблицаПараметров + " | "
+ ПараметрМетода.Имя + " | "
+ ПараметрМетода.Опция + " | "
+ ПараметрМетода.Типы + " | "
+ ПараметрМетода.Описание + " |"
+ Символы.ПС;
ВызовCLI = ВызовCLI + " " + ПараметрМетода.Опция + " ";
ВызовCLI = ВызовCLI + ОпределитьЗначениеОпции(ПараметрМетода.Опция, СтруктураЗначений[ПараметрМетода.Имя]);
КонецЦикла;
ТекстCLI = Новый ТекстовыйДокумент();
ТекстCLI.УстановитьТекст(ВызовCLI);
ТекстCLI.Записать(ПутьCLI);
Иначе
Для каждого ПараметрМетода Из СтруктураМетода["Параметры"] Цикл
Если Не ЗначениеЗаполнено(ПараметрМетода.Опция) Или Не СтруктураМетода["ЕстьCLI"] Тогда
Сообщить("Метод не имеет опции: " + СтруктураМетода["Заголовок"]);
Возврат;
КонецЕсли;
ТаблицаПараметров = ТаблицаПараметров + " | "
+ ПараметрМетода.Имя + " | "
+ ПараметрМетода.Опция + " | "
+ ПараметрМетода.Типы + " | "
+ ПараметрМетода.Описание + " |"
+ Символы.ПС;
КонецЦикла;
ТекстCLI = Новый ТекстовыйДокумент();
ТекстCLI.Прочитать(ПутьCLI);
ВызовCLI = ТекстCLI.ПолучитьТекст();
КонецЕсли;
Макет = СтрЗаменить(Макет, "@Вызов1С" , Вызов1С); Макет = СтрЗаменить(Макет, "@Вызов1С" , Вызов1С);
@ -593,11 +635,6 @@
Процедура СкопироватьФайлы(Знач КаталогИсточник, Знач КаталогПриемник) Процедура СкопироватьФайлы(Знач КаталогИсточник, Знач КаталогПриемник)
Сообщить("Каталог источник: " + КаталогИсточник);
Сообщить("Каталог приемника: " + КаталогПриемник);
Сообщить("Создание каталога " + КаталогПриемник);
СоздатьКаталог(КаталогПриемник); СоздатьКаталог(КаталогПриемник);
МассивФайлов = НайтиФайлы(КаталогИсточник, "*.*", Истина); МассивФайлов = НайтиФайлы(КаталогИсточник, "*.*", Истина);
@ -612,10 +649,8 @@
Если Файл.ЭтоКаталог() Тогда Если Файл.ЭтоКаталог() Тогда
СоздатьКаталог(ПолноеИмяПриемник); СоздатьКаталог(ПолноеИмяПриемник);
Сообщить("Создание каталога " + ПолноеИмяПриемник);
Иначе Иначе
КопироватьФайл(ПолноеИмяИсточник, ПолноеИмяПриемник); КопироватьФайл(ПолноеИмяИсточник, ПолноеИмяПриемник);
Сообщить("Копирование файла" + ПолноеИмяИсточник + " в " + ПолноеИмяПриемник);
КонецЕсли; КонецЕсли;
КонецЦикла; КонецЦикла;

View File

@ -38,6 +38,7 @@ sidebar_position: 2
oint airtable CreateComment --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk" --text "TestComment" oint airtable CreateComment --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk" --text "TestComment"
``` ```

View File

@ -38,6 +38,7 @@ sidebar_position: 4
oint airtable DeleteComment --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk" --comment %comment% oint airtable DeleteComment --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk" --comment %comment%
``` ```

View File

@ -40,6 +40,7 @@ sidebar_position: 3
oint airtable EditComment --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk" --comment %comment% --text "Test comment (change.)" oint airtable EditComment --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk" --comment %comment% --text "Test comment (change.)"
``` ```

View File

@ -37,6 +37,7 @@ sidebar_position: 1
oint airtable GetComments --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk" --offset %offset% oint airtable GetComments --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk" --offset %offset%
``` ```

View File

@ -44,6 +44,7 @@ sidebar_position: 3
oint airtable CreateDatabase --token %token% --ws "wspdf8yl1yZz3PmWZ" --title "TestDatabase" --tablesdata %tablesdata% oint airtable CreateDatabase --token %token% --ws "wspdf8yl1yZz3PmWZ" --title "TestDatabase" --tablesdata %tablesdata%
``` ```

View File

@ -32,6 +32,7 @@ sidebar_position: 2
oint airtable GetDatabaseTables --token %token% --base "apptm8Xqo7TwMaipQ" oint airtable GetDatabaseTables --token %token% --base "apptm8Xqo7TwMaipQ"
``` ```

View File

@ -31,6 +31,7 @@ sidebar_position: 1
oint airtable GetListOfBases --token %token% --offset %offset% oint airtable GetListOfBases --token %token% --offset %offset%
``` ```

View File

@ -37,6 +37,7 @@ sidebar_position: 1
oint airtable CreateField --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --fielddata %fielddata% oint airtable CreateField --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --fielddata %fielddata%
``` ```

View File

@ -31,6 +31,7 @@ sidebar_position: 5
oint airtable GetAttachmentField --title "Attachment" oint airtable GetAttachmentField --title "Attachment"
``` ```

View File

@ -31,6 +31,7 @@ sidebar_position: 6
oint airtable GetCheckboxField --title "Checkbox" oint airtable GetCheckboxField --title "Checkbox"
``` ```

View File

@ -31,6 +31,7 @@ sidebar_position: 7
oint airtable GetDateField --title "Date" oint airtable GetDateField --title "Date"
``` ```

View File

@ -31,6 +31,7 @@ sidebar_position: 8
oint airtable GetEmailField --title "Email" oint airtable GetEmailField --title "Email"
``` ```

View File

@ -31,6 +31,7 @@ sidebar_position: 10
oint airtable GetLinkField --title "Link" oint airtable GetLinkField --title "Link"
``` ```

View File

@ -33,6 +33,7 @@ sidebar_position: 4
oint airtable GetNumberField --title "Number" --precision "0" oint airtable GetNumberField --title "Number" --precision "0"
``` ```

View File

@ -31,6 +31,7 @@ sidebar_position: 9
oint airtable GetPhoneField --title "Phone" oint airtable GetPhoneField --title "Phone"
``` ```

View File

@ -31,6 +31,7 @@ sidebar_position: 3
oint airtable GetStringField --title "String" oint airtable GetStringField --title "String"
``` ```

View File

@ -40,6 +40,7 @@ sidebar_position: 2
oint airtable ModifyField --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --field "fld3IbFtHZtBHQwsk" --title %title% --description "New description" oint airtable ModifyField --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --field "fld3IbFtHZtBHQwsk" --title %title% --description "New description"
``` ```

View File

@ -44,6 +44,7 @@ sidebar_position: 3
oint airtable CreatePosts --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --data %data% oint airtable CreatePosts --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --data %data%
``` ```

View File

@ -39,6 +39,7 @@ sidebar_position: 4
oint airtable DeletePosts --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --records %records% oint airtable DeletePosts --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --records %records%
``` ```

View File

@ -35,6 +35,7 @@ sidebar_position: 1
oint airtable GetListOfRecords --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --offset %offset% oint airtable GetListOfRecords --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --offset %offset%
``` ```

View File

@ -36,6 +36,7 @@ sidebar_position: 2
oint airtable GetRecord --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk" oint airtable GetRecord --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --record "recV6DxeLQMBNJrUk"
``` ```

View File

@ -47,6 +47,7 @@ sidebar_position: 1
oint airtable CreateTable --token %token% --base "apptm8Xqo7TwMaipQ" --title %title% --fieldsdata %fieldsdata% --description "NewTable" oint airtable CreateTable --token %token% --base "apptm8Xqo7TwMaipQ" --title %title% --fieldsdata %fieldsdata% --description "NewTable"
``` ```

View File

@ -38,6 +38,7 @@ sidebar_position: 2
oint airtable ModifyTable --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --title "Test table 2 (change.)" --description "New table (change.)" oint airtable ModifyTable --token %token% --base "apptm8Xqo7TwMaipQ" --table "tbl9G4jVoTJpxYwSY" --title "Test table 2 (change.)" --description "New table (change.)"
``` ```

View File

@ -29,6 +29,7 @@ sidebar_position: 4
oint dropbox GetAccountInformation --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --account %account% oint dropbox GetAccountInformation --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --account %account%
``` ```

View File

@ -27,6 +27,7 @@ sidebar_position: 1
oint dropbox GetAuthorizationLink --appkey "oynqxds..." oint dropbox GetAuthorizationLink --appkey "oynqxds..."
``` ```

View File

@ -28,6 +28,7 @@ sidebar_position: 5
oint dropbox GetSpaceUsageData --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." oint dropbox GetSpaceUsageData --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..."
``` ```

View File

@ -32,6 +32,7 @@ sidebar_position: 2
oint dropbox GetToken --appkey "oynqxds..." --appsecret "tk2oewn..." --code "bTCiUTzxe6kAAAAAAAAAGN1NMZIxyqETKr4o7OS2dU8" oint dropbox GetToken --appkey "oynqxds..." --appsecret "tk2oewn..." --code "bTCiUTzxe6kAAAAAAAAAGN1NMZIxyqETKr4o7OS2dU8"
``` ```

View File

@ -32,6 +32,7 @@ sidebar_position: 3
oint dropbox RefreshToken --appkey "oynqxds..." --appsecret "tk2oewn..." --refresh "oZFWg3DmZ_IAAAAAAAAAAWilOA0M1SjV..." oint dropbox RefreshToken --appkey "oynqxds..." --appsecret "tk2oewn..." --refresh "oZFWg3DmZ_IAAAAAAAAAAWilOA0M1SjV..."
``` ```

View File

@ -32,6 +32,7 @@ sidebar_position: 8
oint dropbox CopyObject --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --form %form% --to %to% oint dropbox CopyObject --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --form %form% --to %to%
``` ```

View File

@ -30,6 +30,7 @@ sidebar_position: 10
oint dropbox CreateFolder --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% oint dropbox CreateFolder --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path%
``` ```

View File

@ -31,6 +31,7 @@ sidebar_position: 7
oint dropbox DeleteObject --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --permanently %permanently% oint dropbox DeleteObject --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --permanently %permanently%
``` ```

View File

@ -30,6 +30,7 @@ sidebar_position: 11
oint dropbox DownloadFile --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% oint dropbox DownloadFile --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path%
``` ```

View File

@ -30,6 +30,7 @@ sidebar_position: 12
oint dropbox DownloadFolder --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% oint dropbox DownloadFolder --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path%
``` ```

View File

@ -32,6 +32,7 @@ sidebar_position: 2
oint dropbox GetListOfFolderFiles --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --detail %detail% --cursor %cursor% oint dropbox GetListOfFolderFiles --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --detail %detail% --cursor %cursor%
``` ```

View File

@ -31,6 +31,7 @@ sidebar_position: 1
oint dropbox GetObjectInformation --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --detail %detail% oint dropbox GetObjectInformation --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --detail %detail%
``` ```

View File

@ -31,6 +31,7 @@ sidebar_position: 13
oint dropbox GetObjectVersionList --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --amount %amount% oint dropbox GetObjectVersionList --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --amount %amount%
``` ```

View File

@ -30,6 +30,7 @@ sidebar_position: 3
oint dropbox GetPreview --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% oint dropbox GetPreview --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path%
``` ```

View File

@ -21,7 +21,6 @@ sidebar_position: 6
Token = "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..."; Token = "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L...";
WorkID = "G8YbueOu2nsAAAAAAAAAAQ"; WorkID = "G8YbueOu2nsAAAAAAAAAAQ";
Status = "in_progress"; Status = "in_progress";
WHile Status = "in_progress" Do WHile Status = "in_progress" Do
Result = OPI_Dropbox.GetUploadStatusByURL(Token, WorkID); Result = OPI_Dropbox.GetUploadStatusByURL(Token, WorkID);
@ -29,7 +28,6 @@ sidebar_position: 6
OPI_Tools.Pause(5); OPI_Tools.Pause(5);
OPI_TestDataRetrieval.WriteLog(Result, "GetUploadStatusByURL", "Dropbox");
EndDo; EndDo;
@ -40,6 +38,7 @@ sidebar_position: 6
oint dropbox GetUploadStatusByURL --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --job %job% oint dropbox GetUploadStatusByURL --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --job %job%
``` ```

View File

@ -32,6 +32,7 @@ sidebar_position: 9
oint dropbox MoveObject --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --form %form% --to %to% oint dropbox MoveObject --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --form %form% --to %to%
``` ```

View File

@ -32,6 +32,7 @@ sidebar_position: 14
oint dropbox RestoreObjectToVersion --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --rev "61a0b76320a6fbd841553" oint dropbox RestoreObjectToVersion --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --rev "61a0b76320a6fbd841553"
``` ```

View File

@ -32,6 +32,7 @@ sidebar_position: 5
oint dropbox UploadFileByURL --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --url %url% --path %path% oint dropbox UploadFileByURL --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --url %url% --path %path%
``` ```

View File

@ -36,6 +36,7 @@ sidebar_position: 4
oint dropbox UploadFile --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --file %file% --path %path% --overwrite %overwrite% oint dropbox UploadFile --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --file %file% --path %path% --overwrite %overwrite%
``` ```

View File

@ -33,6 +33,7 @@ sidebar_position: 3
oint dropbox AddUsersToFile --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --fileid %fileid% --emails %emails% --readonly %readonly% oint dropbox AddUsersToFile --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --fileid %fileid% --emails %emails% --readonly %readonly%
``` ```

View File

@ -33,6 +33,7 @@ sidebar_position: 4
oint dropbox AddUsersToFolder --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --folder %folder% --emails %emails% --readonly %readonly% oint dropbox AddUsersToFolder --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --folder %folder% --emails %emails% --readonly %readonly%
``` ```

View File

@ -30,6 +30,7 @@ sidebar_position: 6
oint dropbox CancelFilePublication --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --fileid %fileid% oint dropbox CancelFilePublication --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --fileid %fileid%
``` ```

View File

@ -38,6 +38,7 @@ sidebar_position: 2
oint dropbox CancelFolderPublication --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --folder %folder% oint dropbox CancelFolderPublication --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --folder %folder%
``` ```

View File

@ -26,6 +26,7 @@ sidebar_position: 5
oint dropbox GetAsynchronousChangeStatus --token %token% --job %job% oint dropbox GetAsynchronousChangeStatus --token %token% --job %job%
``` ```

View File

@ -30,6 +30,7 @@ sidebar_position: 1
oint dropbox PublishFolder --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% oint dropbox PublishFolder --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path%
``` ```

View File

@ -32,6 +32,7 @@ sidebar_position: 2
oint dropbox AddTag --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --tag %tag% oint dropbox AddTag --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --tag %tag%
``` ```

View File

@ -32,6 +32,7 @@ sidebar_position: 3
oint dropbox DeleteTag --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --tag %tag% oint dropbox DeleteTag --token "sl.B2ieEHcB9I9BTwJFjbf_MQtoZMKjGYgkpBqzQkvBfuSz41Qpy5r3d7a4ax22I5ILWhd9KLbN5L..." --path %path% --tag %tag%
``` ```

View File

@ -26,6 +26,7 @@ sidebar_position: 1
oint dropbox GetTagList --token %token% --paths %paths% oint dropbox GetTagList --token %token% --paths %paths%
``` ```

View File

@ -30,6 +30,7 @@ sidebar_position: 2
oint gcalendar AddCalendarToList --token %token% --calendar %calendar% oint gcalendar AddCalendarToList --token %token% --calendar %calendar%
``` ```

View File

@ -30,6 +30,7 @@ sidebar_position: 4
oint gcalendar DeleteCalendarFromList --token %token% --calendar %calendar% oint gcalendar DeleteCalendarFromList --token %token% --calendar %calendar%
``` ```

View File

@ -37,6 +37,7 @@ sidebar_position: 5
oint gcalendar EditListCalendar --token %token% --calendar %calendar% --primary %primary% --secondary %secondary% --hidden %hidden% oint gcalendar EditListCalendar --token %token% --calendar %calendar% --primary %primary% --secondary %secondary% --hidden %hidden%
``` ```

View File

@ -29,6 +29,7 @@ sidebar_position: 1
oint gcalendar GetCalendarList --token %token% oint gcalendar GetCalendarList --token %token%
``` ```

View File

@ -30,6 +30,7 @@ sidebar_position: 3
oint gcalendar GetListCalendar --token %token% --calendar %calendar% oint gcalendar GetListCalendar --token %token% --calendar %calendar%
``` ```

View File

@ -28,6 +28,7 @@ sidebar_position: 4
oint gcalendar ClearMainCalendar --token %token% oint gcalendar ClearMainCalendar --token %token%
``` ```

View File

@ -30,6 +30,7 @@ sidebar_position: 1
oint gcalendar CreateCalendar --token %token% --title %title% oint gcalendar CreateCalendar --token %token% --title %title%
``` ```

View File

@ -29,6 +29,7 @@ sidebar_position: 5
oint gcalendar DeleteCalendar --token %token% --calendar %calendar% oint gcalendar DeleteCalendar --token %token% --calendar %calendar%
``` ```

View File

@ -34,6 +34,7 @@ sidebar_position: 3
oint gcalendar EditCalendarMetadata --token %token% --calendar %calendar% --title "TestCalendar (change.)" --description "TestDescription" oint gcalendar EditCalendarMetadata --token %token% --calendar %calendar% --title "TestCalendar (change.)" --description "TestDescription"
``` ```

View File

@ -30,6 +30,7 @@ sidebar_position: 2
oint gcalendar GetCalendarMetadata --token %token% --calendar %calendar% oint gcalendar GetCalendarMetadata --token %token% --calendar %calendar%
``` ```

View File

@ -44,6 +44,7 @@ sidebar_position: 4
oint gcalendar CreateEvent --token %token% --calendar %calendar% --props %props% oint gcalendar CreateEvent --token %token% --calendar %calendar% --props %props%
``` ```

View File

@ -31,6 +31,7 @@ sidebar_position: 7
oint gcalendar DeleteEvent --token %token% --calendar %calendar% --event %event% oint gcalendar DeleteEvent --token %token% --calendar %calendar% --event %event%
``` ```

View File

@ -35,6 +35,7 @@ sidebar_position: 6
oint gcalendar EditEvent --token %token% --calendar %calendar% --props %props% --event %event% oint gcalendar EditEvent --token %token% --calendar %calendar% --props %props% --event %event%
``` ```

View File

@ -24,6 +24,7 @@ sidebar_position: 1
oint gcalendar GetEventDescription oint gcalendar GetEventDescription
``` ```

View File

@ -30,6 +30,7 @@ sidebar_position: 2
oint gcalendar GetEventList --token %token% --calendar %calendar% oint gcalendar GetEventList --token %token% --calendar %calendar%
``` ```

View File

@ -31,6 +31,7 @@ sidebar_position: 3
oint gcalendar GetEvent --token %token% --calendar %calendar% --event %event% oint gcalendar GetEvent --token %token% --calendar %calendar% --event %event%
``` ```

View File

@ -32,6 +32,7 @@ sidebar_position: 5
oint gcalendar MoveEvent --token %token% --from %from% --to %to% --event %event% oint gcalendar MoveEvent --token %token% --from %from% --to %to% --event %event%
``` ```

View File

@ -34,6 +34,7 @@ sidebar_position: 1
oint gdrive CreateComment --token %token% --object "1rCyOc4A8VYw7DM3HV55P9BuKWayJOSvW" --text %text% oint gdrive CreateComment --token %token% --object "1rCyOc4A8VYw7DM3HV55P9BuKWayJOSvW" --text %text%
``` ```

View File

@ -32,6 +32,7 @@ sidebar_position: 4
oint gdrive DeleteComment --token %token% --object %object% --comment %comment% oint gdrive DeleteComment --token %token% --object %object% --comment %comment%
``` ```

View File

@ -32,6 +32,7 @@ sidebar_position: 3
oint gdrive GetCommentList --token %token% --object %object% oint gdrive GetCommentList --token %token% --object %object%
``` ```

View File

@ -34,6 +34,7 @@ sidebar_position: 2
oint gdrive GetComment --token %token% --object %object% --comment "AAABI3NNNAY" oint gdrive GetComment --token %token% --object %object% --comment "AAABI3NNNAY"
``` ```

View File

@ -36,6 +36,7 @@ sidebar_position: 7
oint gdrive CopyObject --token %token% --object "1F8pfXPgltiOG2fPv88uStwegYj1tRoFk" --title "CopiedFile.jpeg" --catalog %catalog% oint gdrive CopyObject --token %token% --object "1F8pfXPgltiOG2fPv88uStwegYj1tRoFk" --title "CopiedFile.jpeg" --catalog %catalog%
``` ```

View File

@ -33,6 +33,7 @@ sidebar_position: 5
oint gdrive CreateFolder --token %token% --title "TestFolder" --catalog %catalog% oint gdrive CreateFolder --token %token% --title "TestFolder" --catalog %catalog%
``` ```

View File

@ -31,6 +31,7 @@ sidebar_position: 9
oint gdrive DeleteObject --token %token% --object "1dg_MwwwPSPYT0p3y-8dvGWoapbwaaaaa" oint gdrive DeleteObject --token %token% --object "1dg_MwwwPSPYT0p3y-8dvGWoapbwaaaaa"
``` ```

View File

@ -33,6 +33,7 @@ sidebar_position: 6
oint gdrive DownloadFile --token %token% --object "1dg_MwwwPSPYT0p3y-8dvGWoapbwaaaaa" --out %out% oint gdrive DownloadFile --token %token% --object "1dg_MwwwPSPYT0p3y-8dvGWoapbwaaaaa" --out %out%
``` ```

View File

@ -32,6 +32,7 @@ sidebar_position: 2
oint gdrive GetDirectoriesList --token %token% --querry %querry% --depth %depth% oint gdrive GetDirectoriesList --token %token% --querry %querry% --depth %depth%
``` ```

View File

@ -33,6 +33,7 @@ sidebar_position: 10
oint gdrive GetFileDescription oint gdrive GetFileDescription
``` ```

View File

@ -32,6 +32,7 @@ sidebar_position: 3
oint gdrive GetFilesList --token %token% --querry %querry% --catalog "1VWoLK5w0uPVSjK3oyIXeiMtINN4jDOz4" oint gdrive GetFilesList --token %token% --querry %querry% --catalog "1VWoLK5w0uPVSjK3oyIXeiMtINN4jDOz4"
``` ```

View File

@ -32,6 +32,7 @@ sidebar_position: 1
oint gdrive GetObjectInformation --token %token% --object "1dg_MwwwPSPYT0p3y-8dvGWoapbwaaaaa" oint gdrive GetObjectInformation --token %token% --object "1dg_MwwwPSPYT0p3y-8dvGWoapbwaaaaa"
``` ```

View File

@ -36,6 +36,7 @@ sidebar_position: 8
oint gdrive UpdateFile --token %token% --object "1V0oaZh3qQZ7-wbARC8-vrErAFllsBGSJ" --file %file% --title "Updated file.jpeg" oint gdrive UpdateFile --token %token% --object "1V0oaZh3qQZ7-wbARC8-vrErAFllsBGSJ" --file %file% --title "Updated file.jpeg"
``` ```

View File

@ -39,6 +39,7 @@ sidebar_position: 4
oint gdrive UploadFile --token %token% --file %file% --props %props% oint gdrive UploadFile --token %token% --file %file% --props %props%
``` ```

View File

@ -37,6 +37,7 @@ sidebar_position: 1
oint gsheets CreateBook --token %token% --title "TestTable" --sheets %sheets% oint gsheets CreateBook --token %token% --title "TestTable" --sheets %sheets%
``` ```

View File

@ -34,6 +34,7 @@ sidebar_position: 3
oint gsheets EditBookTitle --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --title "Test table (change.)" oint gsheets EditBookTitle --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --title "Test table (change.)"
``` ```

View File

@ -32,6 +32,7 @@ sidebar_position: 2
oint gsheets GetBook --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" oint gsheets GetBook --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc"
``` ```

View File

@ -40,6 +40,7 @@ sidebar_position: 2
oint gsheets ClearCells --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --cells %cells% --sheetname "Sheet2" oint gsheets ClearCells --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --cells %cells% --sheetname "Sheet2"
``` ```

View File

@ -40,6 +40,7 @@ sidebar_position: 3
oint gsheets GetCellValues --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --cells %cells% --sheetname "Sheet2" oint gsheets GetCellValues --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --cells %cells% --sheetname "Sheet2"
``` ```

View File

@ -46,6 +46,7 @@ sidebar_position: 1
oint gsheets SetCellValues --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --data %data% --sheetname "Sheet2" --dim %dim% oint gsheets SetCellValues --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --data %data% --sheetname "Sheet2" --dim %dim%
``` ```

View File

@ -34,6 +34,7 @@ sidebar_position: 1
oint gsheets AddSheet --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --title "TestSheet" oint gsheets AddSheet --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --title "TestSheet"
``` ```

View File

@ -36,6 +36,7 @@ sidebar_position: 3
oint gsheets CopySheet --token %token% --from "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --to "1tPDQHmduH9NASRhy0I-a6--ebNNJ5A6wXhhTRcNhD7s" --sheet "25093199" oint gsheets CopySheet --token %token% --from "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --to "1tPDQHmduH9NASRhy0I-a6--ebNNJ5A6wXhhTRcNhD7s" --sheet "25093199"
``` ```

View File

@ -34,6 +34,7 @@ sidebar_position: 2
oint gsheets DeleteSheet --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --sheet "1790807910" oint gsheets DeleteSheet --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc" --sheet "1790807910"
``` ```

View File

@ -39,6 +39,7 @@ sidebar_position: 1
oint notion CreateBlock --token "secret_9RsfMrRMqZwqp0Zl0B..." --page "5dd94c34fab04bff9..." --block %block% --prev %prev% oint notion CreateBlock --token "secret_9RsfMrRMqZwqp0Zl0B..." --page "5dd94c34fab04bff9..." --block %block% --prev %prev%
``` ```

View File

@ -33,6 +33,7 @@ sidebar_position: 4
oint notion DeleteBlock --token "secret_9RsfMrRMqZwqp0Zl0B..." --block %block% oint notion DeleteBlock --token "secret_9RsfMrRMqZwqp0Zl0B..." --block %block%
``` ```

View File

@ -34,6 +34,7 @@ sidebar_position: 2
oint notion ReturnBlock --token "secret_9RsfMrRMqZwqp0Zl0B..." --block %block% --core %core% oint notion ReturnBlock --token "secret_9RsfMrRMqZwqp0Zl0B..." --block %block% --core %core%
``` ```

View File

@ -33,6 +33,7 @@ sidebar_position: 3
oint notion ReturnChildBlocks --token "secret_9RsfMrRMqZwqp0Zl0B..." --block %block% oint notion ReturnChildBlocks --token "secret_9RsfMrRMqZwqp0Zl0B..." --block %block%
``` ```

View File

@ -55,6 +55,7 @@ sidebar_position: 1
oint notion CreateDatabase --token "secret_9RsfMrRMqZwqp0Zl0B..." --page "5dd94c34fab04bff9..." --title "This base is from 1C" --props %props% oint notion CreateDatabase --token "secret_9RsfMrRMqZwqp0Zl0B..." --page "5dd94c34fab04bff9..." --title "This base is from 1C" --props %props%
``` ```

View File

@ -42,6 +42,7 @@ sidebar_position: 3
oint notion EditDatabaseProperties --token "secret_9RsfMrRMqZwqp0Zl0B..." --base "5dd94c34fab04bff9..." --props %props% --title "Updated title" --description "Updated base description" oint notion EditDatabaseProperties --token "secret_9RsfMrRMqZwqp0Zl0B..." --base "5dd94c34fab04bff9..." --props %props% --title "Updated title" --description "Updated base description"
``` ```

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