1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-21 21:27:27 +02:00

Update README_ENG.md

This commit is contained in:
Anton Titovets 2024-06-11 23:21:35 +03:00 committed by GitHub
parent 999a35ad23
commit 4dda8e850c

View File

@ -13,7 +13,7 @@ An 1C/OneScript and CLI open-source toolkit for integrating with APIs of popular
<br>
The implemented methods perform specific tasks (such as ``SendMessage()`` or ``CreatePost()``), allowing them to be used without delving into the implementation details. However, the code is highly decomposed – authorization methods, data retrieval, etc., are separated into individual functions where possible. This makes it easy to add new methods, even if they are not yet implemented in the library at the current time. <br><br>
The implemented methods perform specific tasks (such as ``SendMessage`` or ``CreatePost``), allowing them to be used without delving into the implementation details. However, the code is highly decomposed – authorization methods, data retrieval, etc., are separated into individual functions where possible. This makes it easy to add new methods, even if they are not yet implemented in the library at the current time. <br><br>
List of currently available APIs:
<br>