mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-17 21:08:03 +02:00
Преобразование OPI -> OInt (workflow)
This commit is contained in:
parent
000b884dae
commit
c8973873d1
File diff suppressed because it is too large
Load Diff
@ -227,9 +227,9 @@ Function CreateDatabase(Val Token, Val Parent, Val Title, Val Properties = "") E
|
||||
// Count : number
|
||||
// Date : date
|
||||
// Status : Map
|
||||
// Аtoтandinный : green
|
||||
// Active : green
|
||||
// Inactive : red
|
||||
// Архandin : yellow
|
||||
// Archive : yellow
|
||||
|
||||
// All pages created as children must have parent base properties
|
||||
|
||||
|
@ -494,7 +494,7 @@ Function GetStandardParameters(Val Parameters = "")
|
||||
// The world gigacorporation of Elon Musk, by the way, a reminder ;)
|
||||
|
||||
// P.S The "Twitter Developer settings page" is often mentioned further" - this
|
||||
// https://developer.twitter.com/en/portal/dashboard and inыбор toонtoретного проеtoта from withпandwithtoа (зtoчеto c toлючем)
|
||||
// https://developer.twitter.com/en/portal/dashboard and chosing of project from list (key icon)
|
||||
|
||||
Parameters_ = New Map;
|
||||
Permissions = "tweet.read tweet.write tweet.moderate.write users.read "
|
||||
@ -514,7 +514,7 @@ Function GetStandardParameters(Val Parameters = "")
|
||||
// For the next update, you need to use a new refresh_token, so hardcode
|
||||
// won't work (access_token won't work either)
|
||||
|
||||
// |--> RefreshToken() ->|access_token --> Andwithпользуетwithя in т-нandand 2-х чаwithin for запроwithin
|
||||
// |--> RefreshToken() ->|access_token --> 2 hrs. lifetime
|
||||
// | |refresh_token --|
|
||||
// |--------[after 2 hrs.]-------------------|
|
||||
|
||||
|
@ -323,7 +323,7 @@ EndFunction
|
||||
// UserID - String, Number - Viber User ID
|
||||
// IsChannel - Boolean - Sending to channel or bot chat
|
||||
// Value - String, Structure - Value:
|
||||
// * URL - String - Прand отпраintoе URL
|
||||
// * URL - String - When sending data is URL
|
||||
// * Size - Number, String - File size in case of sending
|
||||
// * Extension - String - File extension in case of sending
|
||||
// Text - String - Message text
|
||||
|
@ -3219,7 +3219,7 @@ Procedure DropboxAPI_CreateDeleteTag() Export
|
||||
OPI_TestDataRetrieval.ParameterToCollection("Dropbox_Token", TestParameters);
|
||||
|
||||
Dropbox_AddTag(TestParameters);
|
||||
(TestParameters);
|
||||
Dropbox_GetTagList(TestParameters);
|
||||
Dropbox_DeleteTag(TestParameters);
|
||||
|
||||
EndProcedure
|
||||
@ -5098,7 +5098,7 @@ Procedure Dropbox_RestoreObjectToVersion(FunctionParameters)
|
||||
|
||||
EndProcedure
|
||||
|
||||
Procedure (FunctionParameters)
|
||||
Procedure Dropbox_GetTagList(FunctionParameters)
|
||||
|
||||
Token = FunctionParameters["Dropbox_Token"];
|
||||
|
||||
|
@ -1031,7 +1031,7 @@ EndProcedure
|
||||
|
||||
#Region GZip
|
||||
|
||||
// Description withтруtoтур withм. здеwithь https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT
|
||||
// Structure description at https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT
|
||||
// Source: https://github.com/vbondarevsky/Connector
|
||||
|
||||
// Connector: convenient HTTP client for 1C:Enterprise 8
|
||||
|
@ -227,9 +227,9 @@ Function CreateDatabase(Val Token, Val Parent, Val Title, Val Properties = "") E
|
||||
// Count : number
|
||||
// Date : date
|
||||
// Status : Map
|
||||
// Аtoтandinный : green
|
||||
// Active : green
|
||||
// Inactive : red
|
||||
// Архandin : yellow
|
||||
// Archive : yellow
|
||||
|
||||
// All pages created as children must have parent base properties
|
||||
|
||||
|
@ -977,7 +977,7 @@ Procedure VKAPI_UploadVideo() Export
|
||||
|
||||
Result = OPI_VK.UploadVideoToServer(Video, Name, Description, , Parameters);
|
||||
|
||||
// ");
|
||||
// !OInt OPI_TestDataRetrieval.WriteLog(Result, "UploadVideoToServer");
|
||||
|
||||
OPI_TestDataRetrieval.ExpectsThat(Result["video_id"]).Заполнено();
|
||||
OPI_TestDataRetrieval.ExpectsThat(Result["video_hash"]).Заполнено();
|
||||
@ -3219,7 +3219,7 @@ Procedure DropboxAPI_CreateDeleteTag() Export
|
||||
OPI_TestDataRetrieval.ParameterToCollection("Dropbox_Token", TestParameters);
|
||||
|
||||
Dropbox_AddTag(TestParameters);
|
||||
(TestParameters);
|
||||
Dropbox_GetTagList(TestParameters);
|
||||
Dropbox_DeleteTag(TestParameters);
|
||||
|
||||
EndProcedure
|
||||
@ -4976,7 +4976,7 @@ Procedure Dropbox_MoveObject(FunctionParameters)
|
||||
|
||||
// END
|
||||
|
||||
// ");
|
||||
// !OInt OPI_TestDataRetrieval.WriteLog(Result, "MoveObject", "Dropbox");
|
||||
|
||||
Check_DropboxMetadata(Result, TargetPath);
|
||||
|
||||
@ -5098,7 +5098,7 @@ Procedure Dropbox_RestoreObjectToVersion(FunctionParameters)
|
||||
|
||||
EndProcedure
|
||||
|
||||
Procedure (FunctionParameters)
|
||||
Procedure Dropbox_GetTagList(FunctionParameters)
|
||||
|
||||
Token = FunctionParameters["Dropbox_Token"];
|
||||
|
||||
@ -5288,7 +5288,7 @@ Procedure Dropbox_AddUsersToFolder(FunctionParameters)
|
||||
|
||||
// END
|
||||
|
||||
// ");
|
||||
// !OInt OPI_TestDataRetrieval.WriteLog(Result, "AddUsersToFolder", "Dropbox");
|
||||
|
||||
Check_Empty(Result);
|
||||
|
||||
|
@ -1031,7 +1031,7 @@ EndProcedure
|
||||
|
||||
#Region GZip
|
||||
|
||||
// Description withтруtoтур withм. здеwithь https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT
|
||||
// Structure description at https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT
|
||||
// Source: https://github.com/vbondarevsky/Connector
|
||||
|
||||
// Connector: convenient HTTP client for 1C:Enterprise 8
|
||||
|
@ -494,7 +494,7 @@ Function GetStandardParameters(Val Parameters = "")
|
||||
// The world gigacorporation of Elon Musk, by the way, a reminder ;)
|
||||
|
||||
// P.S The "Twitter Developer settings page" is often mentioned further" - this
|
||||
// https://developer.twitter.com/en/portal/dashboard and inыбор toонtoретного проеtoта from withпandwithtoа (зtoчеto c toлючем)
|
||||
// https://developer.twitter.com/en/portal/dashboard and chosing of project from list (key icon)
|
||||
|
||||
Parameters_ = New Map;
|
||||
Permissions = "tweet.read tweet.write tweet.moderate.write users.read "
|
||||
@ -514,7 +514,7 @@ Function GetStandardParameters(Val Parameters = "")
|
||||
// For the next update, you need to use a new refresh_token, so hardcode
|
||||
// won't work (access_token won't work either)
|
||||
|
||||
// |--> RefreshToken() ->|access_token --> Andwithпользуетwithя in т-нandand 2-х чаwithin for запроwithin
|
||||
// |--> RefreshToken() ->|access_token --> 2 hrs. lifetime
|
||||
// | |refresh_token --|
|
||||
// |--------[after 2 hrs.]-------------------|
|
||||
|
||||
|
@ -323,7 +323,7 @@ EndFunction
|
||||
// UserID - String, Number - Viber User ID
|
||||
// IsChannel - Boolean - Sending to channel or bot chat
|
||||
// Value - String, Structure - Value:
|
||||
// * URL - String - Прand отпраintoе URL
|
||||
// * URL - String - When sending data is URL
|
||||
// * Size - Number, String - File size in case of sending
|
||||
// * Extension - String - File extension in case of sending
|
||||
// Text - String - Message text
|
||||
|
@ -12,54 +12,54 @@
|
||||
|
||||
NewLine = CompositionTable.Add();
|
||||
NewLine.Библиотека = "tools";
|
||||
NewLine.Модуль = "Утorты";
|
||||
NewLine.Модуль = "Tools";
|
||||
NewLine.Метод = "ParseJSON";
|
||||
NewLine.МетодПоиска = "РАЗЛОЖAndТЬJSON";
|
||||
NewLine.МетодПоиска = "PARSEJSON";
|
||||
NewLine.Параметр = "--json";
|
||||
NewLine.Описание = "JSON data";
|
||||
NewLine.Область = "Служебный программный andнтерфейwith";
|
||||
NewLine.Область = "Service";
|
||||
NewLine.ОписаниеМетода = "Displays the values that can be obtained from the passed JSON and returns
|
||||
| Specific Value When Specifying Field Name";
|
||||
|
||||
|
||||
NewLine = CompositionTable.Add();
|
||||
NewLine.Библиотека = "tools";
|
||||
NewLine.Модуль = "Утorты";
|
||||
NewLine.Модуль = "Tools";
|
||||
NewLine.Метод = "ParseJSON";
|
||||
NewLine.МетодПоиска = "РАЗЛОЖAndТЬJSON";
|
||||
NewLine.МетодПоиска = "PARSEJSON";
|
||||
NewLine.Параметр = "--nesting";
|
||||
NewLine.Описание = "Parsing depth limit. Full depth by default (optional, def. val. - Empty)";
|
||||
NewLine.Область = "Служебный программный andнтерфейwith";
|
||||
NewLine.Область = "Service";
|
||||
|
||||
|
||||
NewLine = CompositionTable.Add();
|
||||
NewLine.Библиотека = "tools";
|
||||
NewLine.Модуль = "Утorты";
|
||||
NewLine.Модуль = "Tools";
|
||||
NewLine.Метод = "ParseJSON";
|
||||
NewLine.МетодПоиска = "РАЗЛОЖAndТЬJSON";
|
||||
NewLine.МетодПоиска = "PARSEJSON";
|
||||
NewLine.Параметр = "--name";
|
||||
NewLine.Описание = "Field name to retrieve. Displays the entire list if not specified (optional, def. val. - Empty)";
|
||||
NewLine.Область = "Служебный программный andнтерфейwith";
|
||||
NewLine.Область = "Service";
|
||||
|
||||
|
||||
NewLine = CompositionTable.Add();
|
||||
NewLine.Библиотека = "tools";
|
||||
NewLine.Модуль = "Утorты";
|
||||
NewLine.Модуль = "Tools";
|
||||
NewLine.Метод = "ParseJSON";
|
||||
NewLine.МетодПоиска = "РАЗЛОЖAndТЬJSON";
|
||||
NewLine.МетодПоиска = "PARSEJSON";
|
||||
NewLine.Параметр = "--enc";
|
||||
NewLine.Описание = "Encoding of JSON Data (optional, def. val. - UTF-8)";
|
||||
NewLine.Область = "Служебный программный andнтерфейwith";
|
||||
NewLine.Область = "Service";
|
||||
|
||||
|
||||
NewLine = CompositionTable.Add();
|
||||
NewLine.Библиотека = "tools";
|
||||
NewLine.Модуль = "Утorты";
|
||||
NewLine.Модуль = "Tools";
|
||||
NewLine.Метод = "ConvertBase64ToBinary";
|
||||
NewLine.МетодПоиска = "ПРЕОБРАЗОInАТЬBASE64InДInОAndЧNЫЕ";
|
||||
NewLine.Параметр = "--in";
|
||||
NewLine.Описание = "Base64 File";
|
||||
NewLine.Область = "Служебный программный andнтерфейwith";
|
||||
NewLine.Область = "Service";
|
||||
NewLine.ОписаниеМетода = "Convert file with Base64 string to binary file";
|
||||
|
||||
Return CompositionTable;
|
||||
|
Loading…
x
Reference in New Issue
Block a user