You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
Начало доков HTTP
This commit is contained in:
6
docs/docusaurus/src/css/custom.css
vendored
6
docs/docusaurus/src/css/custom.css
vendored
@@ -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,
|
.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,
|
.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,
|
.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-right: 0.7rem;
|
||||||
padding-top: 0.4rem;
|
padding-top: 0.4rem;
|
||||||
}
|
}
|
||||||
@@ -179,6 +179,10 @@ li > a.menu__link {
|
|||||||
content: url(../../static/img/APIs/small/Telegram.png);
|
content: url(../../static/img/APIs/small/Telegram.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.HTTP > div > a::before{
|
||||||
|
content: url(../../static/img/APIs/small/HTTP.png);
|
||||||
|
}
|
||||||
|
|
||||||
.VK > div > a::before{
|
.VK > div > a::before{
|
||||||
content: url(../../static/img/APIs/small/VK.png);
|
content: url(../../static/img/APIs/small/VK.png);
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
docs/docusaurus/static/img/APIs/HTTP.png
vendored
Normal file
BIN
docs/docusaurus/static/img/APIs/HTTP.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
BIN
docs/docusaurus/static/img/APIs/small/HTTP.png
vendored
Normal file
BIN
docs/docusaurus/static/img/APIs/small/HTTP.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
docs/docusaurus/static/img/circle.png
vendored
Normal file
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
11
docs/en/md/Instructions/HTTP.md
vendored
Normal 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
|
||||||
1
docs/en/md/sidebars.js
vendored
1
docs/en/md/sidebars.js
vendored
@@ -93,6 +93,7 @@
|
|||||||
className: 'Exchange',
|
className: 'Exchange',
|
||||||
items:[
|
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/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'}]},
|
{ 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
13
docs/ru/md/Instructions/HTTP.md
vendored
Normal 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. На данной странице описаны все действия, необходимые для полноценного начала работы
|
||||||
1
docs/ru/md/sidebars.js
vendored
1
docs/ru/md/sidebars.js
vendored
@@ -93,6 +93,7 @@ export default {
|
|||||||
className: 'Exchange',
|
className: 'Exchange',
|
||||||
items:[
|
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/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'}]},
|
{ type: 'category', link: {type: 'doc', id:'Instructions/RCON'}, label: 'RCON', className: 'RCON', items:[{type: 'autogenerated', dirName: 'RCON'}]},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
BIN
media/HTTP.png
vendored
Normal file
BIN
media/HTTP.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.6 KiB |
Reference in New Issue
Block a user