mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-25 02:42:28 +02:00
Правки документации
This commit is contained in:
parent
81dd7d7bcc
commit
924f2065d1
@ -15,19 +15,19 @@ The implemented methods perform specific tasks (such as *SendMessage()* or *Crea
|
||||
|
||||
Fast navigation:
|
||||
<div>
|
||||
<a href="https://en.openintegrations.dev/docs/Telegram/"><img src={require('../../static/img/APIs/Telegram.png').default} width="32"/></a>
|
||||
<a href="https://en.openintegrations.dev/docs/VK/"><img src={require('../../static/img/APIs/VK.png').default} width="32"/></a>
|
||||
<a href="https://en.openintegrations.dev/docs/Viber/"><img src={require('../../static/img/APIs/Viber.png').default} width="32"/></a>
|
||||
<a href="https://en.openintegrations.dev/docs/Twitter/"><img src={require('../../static/img/APIs/Twitter.png').default} width="32"/></a>
|
||||
<a href="https://en.openintegrations.dev/docs/Notion/"><img src={require('../../static/img/APIs/Notion.png').default} width="32"/></a>
|
||||
<a href="https://en.openintegrations.dev/docs/Yandex_Disk/"><img src={require('../../static/img/APIs/YandexDisk.png').default} width="32"/></a>
|
||||
<a href="https://en.openintegrations.dev/docs/Google_Calendar/"><img src={require('../../static/img/APIs/GoogleCalendar.png').default} width="32"/></a>
|
||||
<a href="https://en.openintegrations.dev/docs/Google_Drive/"><img src={require('../../static/img/APIs/GoogleDrive.png').default} width="32"/></a>
|
||||
<a href="https://en.openintegrations.dev/docs/Google_Sheets/"><img src={require('../../static/img/APIs/GoogleSheets.png').default} width="32"/></a>
|
||||
<a href="https://en.openintegrations.dev/docs/Slack/"><img src={require('../../static/img/APIs/Slack.png').default} width="32"/></a>
|
||||
<a href="https://en.openintegrations.dev/docs/Airtable/"><img src={require('../../static/img/APIs/Airtable.png').default} width="32"/></a>
|
||||
<a href="https://en.openintegrations.dev/docs/Dropbox/"><img src={require('../../static/img/APIs/Dropbox.png').default} width="32"/></a>
|
||||
<a href="https://en.openintegrations.dev/docs/Bitrix24/"><img src={require('../../static/img/APIs/Bitrix24.png').default} width="32"/></a>
|
||||
<a href="/docs/Instructions/Telegram/"><img src={require('../../static/img/APIs/Telegram.png').default} width="32"/></a>
|
||||
<a href="/docs/Instructions/VK/"><img src={require('../../static/img/APIs/VK.png').default} width="32"/></a>
|
||||
<a href="/docs/Instructions/Viber/"><img src={require('../../static/img/APIs/Viber.png').default} width="32"/></a>
|
||||
<a href="/docs/Instructions/Twitter/"><img src={require('../../static/img/APIs/Twitter.png').default} width="32"/></a>
|
||||
<a href="/docs/Instructions/Notion/"><img src={require('../../static/img/APIs/Notion.png').default} width="32"/></a>
|
||||
<a href="/docs/Instructions/Yandex_Disk/"><img src={require('../../static/img/APIs/YandexDisk.png').default} width="32"/></a>
|
||||
<a href="/docs/Instructions/Google_Calendar/"><img src={require('../../static/img/APIs/GoogleCalendar.png').default} width="32"/></a>
|
||||
<a href="/docs/Instructions/Google_Drive/"><img src={require('../../static/img/APIs/GoogleDrive.png').default} width="32"/></a>
|
||||
<a href="/docs/Instructions/Google_Sheets/"><img src={require('../../static/img/APIs/GoogleSheets.png').default} width="32"/></a>
|
||||
<a href="/docs/Instructions/Slack/"><img src={require('../../static/img/APIs/Slack.png').default} width="32"/></a>
|
||||
<a href="/docs/Instructions/Airtable/"><img src={require('../../static/img/APIs/Airtable.png').default} width="32"/></a>
|
||||
<a href="/docs/Instructions/Dropbox/"><img src={require('../../static/img/APIs/Dropbox.png').default} width="32"/></a>
|
||||
<a href="/docs/Instructions/Bitrix24/"><img src={require('../../static/img/APIs/Bitrix24.png').default} width="32"/></a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -11,7 +11,7 @@ sidebar_class_name: Bitrix24
|
||||
|
||||
## Начало работы
|
||||
|
||||
Работать и Bitrix24 через API можно двумя способами: через **Webhook** и через **локальное приложение**. Для обоих вариантов необходимо:
|
||||
Работать с Bitrix24 через API можно двумя способами: через **Webhook** и через **локальное приложение**. Для обоих вариантов необходимо:
|
||||
|
||||
1. Перейти в подраздел **Разработчикам** в разделе **Приложения** боковой панели
|
||||
|
||||
|
@ -4977,7 +4977,7 @@
|
||||
"Получите ссылку авторизации при помощи функции *ПолучитьСсылкуАвторизации(Знач КлючПриложения)* и передите по ней в браузере": "Get the authorization link using the *GetAuthorizationLink()* function and pass it in the browser",
|
||||
"Нажмите три точки в правом верхнем углу и в самом низу найдите пункт *Add connections*. Выберите там свою интеграцию из пунктов 1-3": "Click on the three dots in the upper right corner and at the very bottom find the item *Add connections*. Select your integration from items 1-3 there",
|
||||
"Добавить в модуль http-сервиса (GET) вызов функции *ОбработкаВходящегоЗапросаПослеАвторизации*, передавая HTTPСервисЗапрос как параметр": "Add to the HTTP service module (GET) a call to the *HandleIncomingRequestAfterAuthorization* function, passing the HTTP service request as a parameter",
|
||||
"Работать и Bitrix24 через API можно двумя способами: через **Webhook** и через **локальное приложение**. Для обоих вариантов необходимо": "There are two ways to work with Bitrix24 via API: via **Webhook** and via **local application**. For both options you need",
|
||||
"Работать с Bitrix24 через API можно двумя способами: через **Webhook** и через **локальное приложение**. Для обоих вариантов необходимо": "There are two ways to work with Bitrix24 via API: via **Webhook** and via **local application**. For both options you need",
|
||||
"Все действия при работе с Telegram API осуществляются посредством ботов. Для создания нового бота необходимо в мессенджере начать диалог с": "All actions with the Telegram API are carried out through bots. To create a new bot, you need to start a conversation with",
|
||||
"Используйте полученный код, ClientID и Client Secret для вызова функции OPI_GoogleWorkspace.ПолучитьТокенПоКоду(ClientID, ClientSecret, Code)": "Use the obtained code, ClientID, and Client Secret to call the function OPI_GoogleWorkspace.GetTokenByCode(ClientID, ClientSecret, Code)",
|
||||
"При установке из пакетов (Linux) или установщика (Windows, после перезагрузки), сделать это можно из любого места без дополнительных действий": "If app was installed from packages (Linux) or installer (Windows, after reboot), you can do this from any place without additional actions",
|
||||
|
Loading…
Reference in New Issue
Block a user