1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-23 22:05:15 +02:00

Начало доков HTTP

This commit is contained in:
Anton Titovets
2025-05-05 17:30:31 +03:00
parent 25a26903df
commit 2675716e6e
9 changed files with 31 additions and 1 deletions

View File

@@ -166,7 +166,7 @@ li > a.menu__link {
.Social a::before, .Database a::before, .Folder a::before, .Calendar a::before, .CRM a::before, .Commerce a::before,
.VKTeams a::before, .S3 a::before, .TCP a::before, .Ozon a::before, .Neocities a::before, .CDEK a::before, .Start a::before,
.Other a::before, .SQLite a::before, .PostgreSQL a::before, .GreenAPI a::before, .RCON a::before, .MySQL a::before, .AI a:before,
.Ollama a::before, .Exchange a::before {
.Ollama a::before, .Exchange a::before, HTTP a::before {
padding-right: 0.7rem;
padding-top: 0.4rem;
}
@@ -179,6 +179,10 @@ li > a.menu__link {
content: url(../../static/img/APIs/small/Telegram.png);
}
.HTTP > div > a::before{
content: url(../../static/img/APIs/small/HTTP.png);
}
.VK > div > a::before{
content: url(../../static/img/APIs/small/VK.png);
}

BIN
docs/docusaurus/static/img/APIs/HTTP.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
docs/docusaurus/static/img/circle.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

11
docs/en/md/Instructions/HTTP.md vendored Normal file
View File

@@ -0,0 +1,11 @@
---
id: HTTP
sidebar_class_name: HTTP
---
<img src={require('../../static/img/APIs/HTTP.png').default} width='64px' />
# HTTP (Client)
This section is dedicated to the library for working with the HTTP. On this page, all the steps necessary to start working are described

View File

@@ -93,6 +93,7 @@
className: 'Exchange',
items:[
{ type: 'category', link: {type: 'doc', id:'Instructions/TCP'}, label: 'TCP', className: 'TCP', items:[{type: 'autogenerated', dirName: 'TCP'}]},
{ type: 'category', link: {type: 'doc', id:'Instructions/HTTP'}, label: 'HTTP', className: 'HTTP', items:[{type: 'autogenerated', dirName: 'HTTP-client'}]},
{ type: 'category', link: {type: 'doc', id:'Instructions/RCON'}, label: 'RCON', className: 'RCON', items:[{type: 'autogenerated', dirName: 'RCON'}]},
],
},

13
docs/ru/md/Instructions/HTTP.md vendored Normal file
View File

@@ -0,0 +1,13 @@
---
id: HTTP
sidebar_class_name: HTTP
keywords: [1C, 1С, 1С:Предприятие, 1С:Предприятие 8.3, API, Интеграция, Сервисы, Обмен, OneScript, CLI, HTTP, HTTPS]
---
<img src={require('../../static/img/APIs/HTTP.png').default} width='64px' />
# HTTP (Клиент)
Этот раздел посвящен библиотеке для работы с протоколом HTTP в 1С:Предприятие, OneScript и CLI. На данной странице описаны все действия, необходимые для полноценного начала работы

View File

@@ -93,6 +93,7 @@ export default {
className: 'Exchange',
items:[
{ type: 'category', link: {type: 'doc', id:'Instructions/TCP'}, label: 'TCP', className: 'TCP', items:[{type: 'autogenerated', dirName: 'TCP'}]},
{ type: 'category', link: {type: 'doc', id:'Instructions/HTTP'}, label: 'HTTP', className: 'HTTP', items:[{type: 'autogenerated', dirName: 'HTTP-client'}]},
{ type: 'category', link: {type: 'doc', id:'Instructions/RCON'}, label: 'RCON', className: 'RCON', items:[{type: 'autogenerated', dirName: 'RCON'}]},
],
},

BIN
media/HTTP.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB