You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-10 22:41:43 +02:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
BIN
data.json.gpg
BIN
data.json.gpg
Binary file not shown.
10
docs/en/cli/airtable/CreateField/bash.txt
vendored
10
docs/en/cli/airtable/CreateField/bash.txt
vendored
@@ -1,8 +1,6 @@
|
|||||||
# JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint airtable CreateField \
|
oint airtable CreateField \
|
||||||
--token "***" \
|
--token "***" \
|
||||||
--base "appR5UuecMnWHjiem" \
|
--base "appvoHqBylat6KWZ3" \
|
||||||
--table "tblmZDemgr7m6s7I2" \
|
--table "tbl4uWfFqBNC10A1T" \
|
||||||
--title "d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7" \
|
--title "6a729555-8404-4d62-b272-a9815619acbe" \
|
||||||
--fielddata "{'name':'d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7','type':'number','options':{'precision':0}}"
|
--fielddata "C:\Users\bayse\AppData\Local\Temp\4vvhoejibt4.tmp"
|
10
docs/en/cli/airtable/CreateField/bat.txt
vendored
10
docs/en/cli/airtable/CreateField/bat.txt
vendored
@@ -1,8 +1,6 @@
|
|||||||
:: JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint airtable CreateField ^
|
oint airtable CreateField ^
|
||||||
--token "***" ^
|
--token "***" ^
|
||||||
--base "appR5UuecMnWHjiem" ^
|
--base "appvoHqBylat6KWZ3" ^
|
||||||
--table "tblmZDemgr7m6s7I2" ^
|
--table "tbl4uWfFqBNC10A1T" ^
|
||||||
--title "d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7" ^
|
--title "6a729555-8404-4d62-b272-a9815619acbe" ^
|
||||||
--fielddata "{'name':'d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7','type':'number','options':{'precision':0}}"
|
--fielddata "C:\Users\bayse\AppData\Local\Temp\4vvhoejibt4.tmp"
|
8
docs/en/cli/airtable/CreatePosts/bash.txt
vendored
8
docs/en/cli/airtable/CreatePosts/bash.txt
vendored
@@ -1,7 +1,5 @@
|
|||||||
# JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint airtable CreatePosts \
|
oint airtable CreatePosts \
|
||||||
--token "***" \
|
--token "***" \
|
||||||
--base "appR5UuecMnWHjiem" \
|
--base "appvoHqBylat6KWZ3" \
|
||||||
--table "tblmZDemgr7m6s7I2" \
|
--table "tbl4uWfFqBNC10A1T" \
|
||||||
--data "{'Number':10,'String':'Hello'}"
|
--data "[{'Number':10,'String':'Hello'},{'Number':10,'String':'Hello'}]"
|
8
docs/en/cli/airtable/CreatePosts/bat.txt
vendored
8
docs/en/cli/airtable/CreatePosts/bat.txt
vendored
@@ -1,7 +1,5 @@
|
|||||||
:: JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint airtable CreatePosts ^
|
oint airtable CreatePosts ^
|
||||||
--token "***" ^
|
--token "***" ^
|
||||||
--base "appR5UuecMnWHjiem" ^
|
--base "appvoHqBylat6KWZ3" ^
|
||||||
--table "tblmZDemgr7m6s7I2" ^
|
--table "tbl4uWfFqBNC10A1T" ^
|
||||||
--data "{'Number':10,'String':'Hello'}"
|
--data "[{'Number':10,'String':'Hello'},{'Number':10,'String':'Hello'}]"
|
2
docs/en/cli/airtable/GetNumberField/bash.txt
vendored
2
docs/en/cli/airtable/GetNumberField/bash.txt
vendored
@@ -1,2 +1,2 @@
|
|||||||
oint airtable GetNumberField \
|
oint airtable GetNumberField \
|
||||||
--title "d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7"
|
--title "6a729555-8404-4d62-b272-a9815619acbe"
|
2
docs/en/cli/airtable/GetNumberField/bat.txt
vendored
2
docs/en/cli/airtable/GetNumberField/bat.txt
vendored
@@ -1,2 +1,2 @@
|
|||||||
oint airtable GetNumberField ^
|
oint airtable GetNumberField ^
|
||||||
--title "d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7"
|
--title "6a729555-8404-4d62-b272-a9815619acbe"
|
8
docs/en/cli/bitrix24/AddKanbanStage/bash.txt
vendored
8
docs/en/cli/bitrix24/AddKanbanStage/bash.txt
vendored
@@ -1,7 +1,5 @@
|
|||||||
oint bitrix24 AddKanbanStage \
|
oint bitrix24 AddKanbanStage \
|
||||||
--url "b24-ar17wx.bitrix24.by" \
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
|
||||||
--title "New stage 2" \
|
--title "New stage" \
|
||||||
--color "0026FF" \
|
--color "0026FF" \
|
||||||
--prevstage 2392 \
|
--prevstage 6
|
||||||
--admin true \
|
|
||||||
--token "***"
|
|
8
docs/en/cli/bitrix24/AddKanbanStage/bat.txt
vendored
8
docs/en/cli/bitrix24/AddKanbanStage/bat.txt
vendored
@@ -1,7 +1,5 @@
|
|||||||
oint bitrix24 AddKanbanStage ^
|
oint bitrix24 AddKanbanStage ^
|
||||||
--url "b24-ar17wx.bitrix24.by" ^
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
|
||||||
--title "New stage 2" ^
|
--title "New stage" ^
|
||||||
--color "0026FF" ^
|
--color "0026FF" ^
|
||||||
--prevstage 2392 ^
|
--prevstage 6
|
||||||
--admin true ^
|
|
||||||
--token "***"
|
|
7
docs/en/cli/bitrix24/AddTaskComment/bash.txt
vendored
7
docs/en/cli/bitrix24/AddTaskComment/bash.txt
vendored
@@ -1,5 +1,4 @@
|
|||||||
oint bitrix24 AddTaskComment \
|
oint bitrix24 AddTaskComment \
|
||||||
--url "b24-ar17wx.bitrix24.by" \
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
|
||||||
--task "6384" \
|
--task "6900" \
|
||||||
--text "Task uninpossible, don't split up" \
|
--text "Task impossible, let's split up"
|
||||||
--token "***"
|
|
7
docs/en/cli/bitrix24/AddTaskComment/bat.txt
vendored
7
docs/en/cli/bitrix24/AddTaskComment/bat.txt
vendored
@@ -1,5 +1,4 @@
|
|||||||
oint bitrix24 AddTaskComment ^
|
oint bitrix24 AddTaskComment ^
|
||||||
--url "b24-ar17wx.bitrix24.by" ^
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
|
||||||
--task "6384" ^
|
--task "6900" ^
|
||||||
--text "Task uninpossible, don't split up" ^
|
--text "Task impossible, let's split up"
|
||||||
--token "***"
|
|
@@ -1,8 +1,4 @@
|
|||||||
oint bitrix24 AddTaskTimeAccounting \
|
oint bitrix24 AddTaskTimeAccounting \
|
||||||
--url "b24-ar17wx.bitrix24.by" \
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
|
||||||
--task "6388" \
|
--task "6904" \
|
||||||
--amount 7200 \
|
--amount 3600
|
||||||
--user 10 \
|
|
||||||
--text "Time spent on work" \
|
|
||||||
--date "2025-05-18T20:42:36.3042642" \
|
|
||||||
--token "***"
|
|
@@ -1,8 +1,4 @@
|
|||||||
oint bitrix24 AddTaskTimeAccounting ^
|
oint bitrix24 AddTaskTimeAccounting ^
|
||||||
--url "b24-ar17wx.bitrix24.by" ^
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
|
||||||
--task "6388" ^
|
--task "6904" ^
|
||||||
--amount 7200 ^
|
--amount 3600
|
||||||
--user 10 ^
|
|
||||||
--text "Time spent on work" ^
|
|
||||||
--date "2025-05-18T20:42:36.3042642" ^
|
|
||||||
--token "***"
|
|
5
docs/en/cli/bitrix24/CreateCalendar/bash.txt
vendored
5
docs/en/cli/bitrix24/CreateCalendar/bash.txt
vendored
@@ -1,6 +1,5 @@
|
|||||||
# JSON data can also be passed as a path to a .json file
|
# JSON data can also be passed as a path to a .json file
|
||||||
|
|
||||||
oint bitrix24 CreateCalendar \
|
oint bitrix24 CreateCalendar \
|
||||||
--url "b24-ar17wx.bitrix24.by" \
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
|
||||||
--fields "{'type':'user','ownerId':1,'name':'Another calendar','description':'My other new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}" \
|
--fields "{'type':'user','ownerId':1,'name':'new calendar','description':'My new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}"
|
||||||
--token "***"
|
|
5
docs/en/cli/bitrix24/CreateCalendar/bat.txt
vendored
5
docs/en/cli/bitrix24/CreateCalendar/bat.txt
vendored
@@ -1,6 +1,5 @@
|
|||||||
:: JSON data can also be passed as a path to a .json file
|
:: JSON data can also be passed as a path to a .json file
|
||||||
|
|
||||||
oint bitrix24 CreateCalendar ^
|
oint bitrix24 CreateCalendar ^
|
||||||
--url "b24-ar17wx.bitrix24.by" ^
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
|
||||||
--fields "{'type':'user','ownerId':1,'name':'Another calendar','description':'My other new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}" ^
|
--fields "{'type':'user','ownerId':1,'name':'new calendar','description':'My new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}"
|
||||||
--token "***"
|
|
@@ -1,6 +1,4 @@
|
|||||||
oint bitrix24 CreateDepartment \
|
oint bitrix24 CreateDepartment \
|
||||||
--url "b24-ar17wx.bitrix24.by" \
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
|
||||||
--title "Subordinate department" \
|
--title "Main department" \
|
||||||
--parentid 2142 \
|
--parentid 1
|
||||||
--headid 1 \
|
|
||||||
--token "***"
|
|
@@ -1,6 +1,4 @@
|
|||||||
oint bitrix24 CreateDepartment ^
|
oint bitrix24 CreateDepartment ^
|
||||||
--url "b24-ar17wx.bitrix24.by" ^
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
|
||||||
--title "Subordinate department" ^
|
--title "Main department" ^
|
||||||
--parentid 2142 ^
|
--parentid 1
|
||||||
--headid 1 ^
|
|
||||||
--token "***"
|
|
@@ -1,6 +1,5 @@
|
|||||||
oint bitrix24 CreatePersonalNotification \
|
oint bitrix24 CreatePersonalNotification \
|
||||||
--url "b24-ar17wx.bitrix24.by" \
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
|
||||||
--user 10 \
|
--user 1 \
|
||||||
--text "Message text" \
|
--text "Message text" \
|
||||||
--tag "New" \
|
--blocks "[{'IMAGE':{'NAME':'Image1','LINK':'https://raw.githubusercontent.com/Bayselonarrend/OpenIntegrations/main/service/test_data/picture.jpg'}},{'FILE':{'NAME':'File1.docx','LINK':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx'}}]"
|
||||||
--token "***"
|
|
@@ -1,6 +1,5 @@
|
|||||||
oint bitrix24 CreatePersonalNotification ^
|
oint bitrix24 CreatePersonalNotification ^
|
||||||
--url "b24-ar17wx.bitrix24.by" ^
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
|
||||||
--user 10 ^
|
--user 1 ^
|
||||||
--text "Message text" ^
|
--text "Message text" ^
|
||||||
--tag "New" ^
|
--blocks "[{'IMAGE':{'NAME':'Image1','LINK':'https://raw.githubusercontent.com/Bayselonarrend/OpenIntegrations/main/service/test_data/picture.jpg'}},{'FILE':{'NAME':'File1.docx','LINK':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx'}}]"
|
||||||
--token "***"
|
|
6
docs/en/cli/bitrix24/CreatePost/bash.txt
vendored
6
docs/en/cli/bitrix24/CreatePost/bash.txt
vendored
@@ -1,8 +1,8 @@
|
|||||||
# JSON data can also be passed as a path to a .json file
|
# JSON data can also be passed as a path to a .json file
|
||||||
|
|
||||||
oint bitrix24 CreatePost \
|
oint bitrix24 CreatePost \
|
||||||
--url "b24-ar17wx.bitrix24.by" \
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
|
||||||
--text "Text of post" \
|
--text "Text of post" \
|
||||||
--files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','2.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'}" \
|
--files "{'1.png':'https://hut.openintegrations.dev/test_data/picture.jpg','2.png':'https://hut.openintegrations.dev/test_data/picture2.jpg'}" \
|
||||||
--title "Post title" \
|
--title "Post title" \
|
||||||
--token "***"
|
--important true
|
6
docs/en/cli/bitrix24/CreatePost/bat.txt
vendored
6
docs/en/cli/bitrix24/CreatePost/bat.txt
vendored
@@ -1,8 +1,8 @@
|
|||||||
:: JSON data can also be passed as a path to a .json file
|
:: JSON data can also be passed as a path to a .json file
|
||||||
|
|
||||||
oint bitrix24 CreatePost ^
|
oint bitrix24 CreatePost ^
|
||||||
--url "b24-ar17wx.bitrix24.by" ^
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
|
||||||
--text "Text of post" ^
|
--text "Text of post" ^
|
||||||
--files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','2.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'}" ^
|
--files "{'1.png':'https://hut.openintegrations.dev/test_data/picture.jpg','2.png':'https://hut.openintegrations.dev/test_data/picture2.jpg'}" ^
|
||||||
--title "Post title" ^
|
--title "Post title" ^
|
||||||
--token "***"
|
--important true
|
3
docs/en/cli/bitrix24/GetCurrentUser/bash.txt
vendored
3
docs/en/cli/bitrix24/GetCurrentUser/bash.txt
vendored
@@ -1,3 +1,2 @@
|
|||||||
oint bitrix24 GetCurrentUser \
|
oint bitrix24 GetCurrentUser \
|
||||||
--url "b24-ar17wx.bitrix24.by" \
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||||
--token "***"
|
|
3
docs/en/cli/bitrix24/GetCurrentUser/bat.txt
vendored
3
docs/en/cli/bitrix24/GetCurrentUser/bat.txt
vendored
@@ -1,3 +1,2 @@
|
|||||||
oint bitrix24 GetCurrentUser ^
|
oint bitrix24 GetCurrentUser ^
|
||||||
--url "b24-ar17wx.bitrix24.by" ^
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||||
--token "***"
|
|
3
docs/en/cli/bitrix24/GetLeadsList/bash.txt
vendored
3
docs/en/cli/bitrix24/GetLeadsList/bash.txt
vendored
@@ -1,3 +1,2 @@
|
|||||||
oint bitrix24 GetLeadsList \
|
oint bitrix24 GetLeadsList \
|
||||||
--url "b24-ar17wx.bitrix24.by" \
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||||
--token "***"
|
|
3
docs/en/cli/bitrix24/GetLeadsList/bat.txt
vendored
3
docs/en/cli/bitrix24/GetLeadsList/bat.txt
vendored
@@ -1,3 +1,2 @@
|
|||||||
oint bitrix24 GetLeadsList ^
|
oint bitrix24 GetLeadsList ^
|
||||||
--url "b24-ar17wx.bitrix24.by" ^
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||||
--token "***"
|
|
@@ -1,3 +1,2 @@
|
|||||||
oint bitrix24 GetStoragesList \
|
oint bitrix24 GetStoragesList \
|
||||||
--url "b24-ar17wx.bitrix24.by" \
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||||
--token "***"
|
|
3
docs/en/cli/bitrix24/GetStoragesList/bat.txt
vendored
3
docs/en/cli/bitrix24/GetStoragesList/bat.txt
vendored
@@ -1,3 +1,2 @@
|
|||||||
oint bitrix24 GetStoragesList ^
|
oint bitrix24 GetStoragesList ^
|
||||||
--url "b24-ar17wx.bitrix24.by" ^
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||||
--token "***"
|
|
@@ -1,3 +1,2 @@
|
|||||||
oint bitrix24 GetTaskFieldsStructure \
|
oint bitrix24 GetTaskFieldsStructure \
|
||||||
--url "b24-ar17wx.bitrix24.by" \
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||||
--token "***"
|
|
@@ -1,3 +1,2 @@
|
|||||||
oint bitrix24 GetTaskFieldsStructure ^
|
oint bitrix24 GetTaskFieldsStructure ^
|
||||||
--url "b24-ar17wx.bitrix24.by" ^
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||||
--token "***"
|
|
3
docs/en/cli/bitrix24/GetUserStatus/bash.txt
vendored
3
docs/en/cli/bitrix24/GetUserStatus/bash.txt
vendored
@@ -1,3 +1,2 @@
|
|||||||
oint bitrix24 GetUserStatus \
|
oint bitrix24 GetUserStatus \
|
||||||
--url "b24-ar17wx.bitrix24.by" \
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||||
--token "***"
|
|
3
docs/en/cli/bitrix24/GetUserStatus/bat.txt
vendored
3
docs/en/cli/bitrix24/GetUserStatus/bat.txt
vendored
@@ -1,3 +1,2 @@
|
|||||||
oint bitrix24 GetUserStatus ^
|
oint bitrix24 GetUserStatus ^
|
||||||
--url "b24-ar17wx.bitrix24.by" ^
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||||
--token "***"
|
|
3
docs/en/cli/bitrix24/ServerTime/bash.txt
vendored
3
docs/en/cli/bitrix24/ServerTime/bash.txt
vendored
@@ -1,3 +1,2 @@
|
|||||||
oint bitrix24 ServerTime \
|
oint bitrix24 ServerTime \
|
||||||
--url "b24-ar17wx.bitrix24.by" \
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||||
--token "***"
|
|
3
docs/en/cli/bitrix24/ServerTime/bat.txt
vendored
3
docs/en/cli/bitrix24/ServerTime/bat.txt
vendored
@@ -1,3 +1,2 @@
|
|||||||
oint bitrix24 ServerTime ^
|
oint bitrix24 ServerTime ^
|
||||||
--url "b24-ar17wx.bitrix24.by" ^
|
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||||
--token "***"
|
|
2
docs/en/cli/cdek/CreateOrder/bash.txt
vendored
2
docs/en/cli/cdek/CreateOrder/bash.txt
vendored
@@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
oint cdek CreateOrder \
|
oint cdek CreateOrder \
|
||||||
--token "***" \
|
--token "***" \
|
||||||
--order "{'from_location':{'code':'44','city':'Moscow','address':'Ave. Leningradsky, 4'},'to_location':{'code':'270','city':'Novosibirsk','address':'st. Bluchera, 32'},'packages':[{'items':[{'payment':{'value':3000},'ware_key':'***','name':'Product','cost':300,'amount':2,'weight':700,'url':'www.item.ru'}],'number':'bar-001','comment':'Packaging','height':10,'length':10,'weight':'4000','width':10}],'recipient':{'phones':[{'number':'+79134637228'}],'name':'Ivaniv Ivan'},'sender':{'name':'Petrov Petr'},'services':[{'code':'SECURE_PACKAGE_A2','parameter':10}],'number':'01851c40-ccad-49a7-a9e9-a63a7d198c56','comment':'New order','tariff_code':139,'delivery_recipient_cost':{'value':50},'delivery_recipient_cost_adv':{'sum':3000,'threshold':200}}" \
|
--order "{'from_location':{'code':'44','city':'Moscow','address':'Ave. Leningradsky, 4'},'to_location':{'code':'270','city':'Novosibirsk','address':'st. Bluchera, 32'},'packages':[{'items':[{'payment':{'value':3000},'ware_key':'***','name':'Product','cost':300,'amount':2,'weight':700,'url':'www.item.ru'}],'number':'bar-001','comment':'Packaging','height':10,'length':10,'weight':'4000','width':10}],'recipient':{'phones':[{'number':'+79134637228'}],'name':'Ivaniv Ivan'},'sender':{'name':'Petrov Petr'},'services':[{'code':'SECURE_PACKAGE_A2','parameter':10}],'number':'50b9bb81-a082-4fcc-b58c-87b44c69f887','comment':'New order','tariff_code':139,'delivery_recipient_cost':{'value':50},'delivery_recipient_cost_adv':{'sum':3000,'threshold':200}}" \
|
||||||
--ostore true \
|
--ostore true \
|
||||||
--testapi "***"
|
--testapi "***"
|
2
docs/en/cli/cdek/CreateOrder/bat.txt
vendored
2
docs/en/cli/cdek/CreateOrder/bat.txt
vendored
@@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
oint cdek CreateOrder ^
|
oint cdek CreateOrder ^
|
||||||
--token "***" ^
|
--token "***" ^
|
||||||
--order "{'from_location':{'code':'44','city':'Moscow','address':'Ave. Leningradsky, 4'},'to_location':{'code':'270','city':'Novosibirsk','address':'st. Bluchera, 32'},'packages':[{'items':[{'payment':{'value':3000},'ware_key':'***','name':'Product','cost':300,'amount':2,'weight':700,'url':'www.item.ru'}],'number':'bar-001','comment':'Packaging','height':10,'length':10,'weight':'4000','width':10}],'recipient':{'phones':[{'number':'+79134637228'}],'name':'Ivaniv Ivan'},'sender':{'name':'Petrov Petr'},'services':[{'code':'SECURE_PACKAGE_A2','parameter':10}],'number':'01851c40-ccad-49a7-a9e9-a63a7d198c56','comment':'New order','tariff_code':139,'delivery_recipient_cost':{'value':50},'delivery_recipient_cost_adv':{'sum':3000,'threshold':200}}" ^
|
--order "{'from_location':{'code':'44','city':'Moscow','address':'Ave. Leningradsky, 4'},'to_location':{'code':'270','city':'Novosibirsk','address':'st. Bluchera, 32'},'packages':[{'items':[{'payment':{'value':3000},'ware_key':'***','name':'Product','cost':300,'amount':2,'weight':700,'url':'www.item.ru'}],'number':'bar-001','comment':'Packaging','height':10,'length':10,'weight':'4000','width':10}],'recipient':{'phones':[{'number':'+79134637228'}],'name':'Ivaniv Ivan'},'sender':{'name':'Petrov Petr'},'services':[{'code':'SECURE_PACKAGE_A2','parameter':10}],'number':'50b9bb81-a082-4fcc-b58c-87b44c69f887','comment':'New order','tariff_code':139,'delivery_recipient_cost':{'value':50},'delivery_recipient_cost_adv':{'sum':3000,'threshold':200}}" ^
|
||||||
--ostore true ^
|
--ostore true ^
|
||||||
--testapi "***"
|
--testapi "***"
|
4
docs/en/cli/dropbox/AddUsersToFile/bash.txt
vendored
4
docs/en/cli/dropbox/AddUsersToFile/bash.txt
vendored
@@ -1,5 +1,5 @@
|
|||||||
oint dropbox AddUsersToFile \
|
oint dropbox AddUsersToFile \
|
||||||
--token "***" \
|
--token "***" \
|
||||||
--fileid "kJU6-a-pT48AAAAAAAAABw" \
|
--fileid "kJU6-a-pT48AAAAAAAAABw" \
|
||||||
--emails "['h5bk6ft62s@privaterelay.appleid.com']" \
|
--emails "h5bk6ft62s@privaterelay.appleid.com" \
|
||||||
--readonly true
|
--readonly false
|
4
docs/en/cli/dropbox/AddUsersToFile/bat.txt
vendored
4
docs/en/cli/dropbox/AddUsersToFile/bat.txt
vendored
@@ -1,5 +1,5 @@
|
|||||||
oint dropbox AddUsersToFile ^
|
oint dropbox AddUsersToFile ^
|
||||||
--token "***" ^
|
--token "***" ^
|
||||||
--fileid "kJU6-a-pT48AAAAAAAAABw" ^
|
--fileid "kJU6-a-pT48AAAAAAAAABw" ^
|
||||||
--emails "['h5bk6ft62s@privaterelay.appleid.com']" ^
|
--emails "h5bk6ft62s@privaterelay.appleid.com" ^
|
||||||
--readonly true
|
--readonly false
|
@@ -1,3 +1,2 @@
|
|||||||
oint dropbox GetAccountInformation \
|
oint dropbox GetAccountInformation \
|
||||||
--token "***" \
|
--token "***"
|
||||||
--account "dbid:AAA4WKMCfgoW5LwuNQFeLOyp-X4omQiNDhE"
|
|
@@ -1,3 +1,2 @@
|
|||||||
oint dropbox GetAccountInformation ^
|
oint dropbox GetAccountInformation ^
|
||||||
--token "***" ^
|
--token "***"
|
||||||
--account "dbid:AAA4WKMCfgoW5LwuNQFeLOyp-X4omQiNDhE"
|
|
2
docs/en/cli/dropbox/UploadFile/bash.txt
vendored
2
docs/en/cli/dropbox/UploadFile/bash.txt
vendored
@@ -1,5 +1,5 @@
|
|||||||
oint dropbox UploadFile \
|
oint dropbox UploadFile \
|
||||||
--token "***" \
|
--token "***" \
|
||||||
--file "C:\Users\Administrator\AppData\Local\Temp\qbo0o2l53y1.png" \
|
--file "C:\Users\bayse\AppData\Local\Temp\skswasbzhn1.png" \
|
||||||
--path "/New/pic.png" \
|
--path "/New/pic.png" \
|
||||||
--overwrite true
|
--overwrite true
|
2
docs/en/cli/dropbox/UploadFile/bat.txt
vendored
2
docs/en/cli/dropbox/UploadFile/bat.txt
vendored
@@ -1,5 +1,5 @@
|
|||||||
oint dropbox UploadFile ^
|
oint dropbox UploadFile ^
|
||||||
--token "***" ^
|
--token "***" ^
|
||||||
--file "C:\Users\Administrator\AppData\Local\Temp\qbo0o2l53y1.png" ^
|
--file "C:\Users\bayse\AppData\Local\Temp\skswasbzhn1.png" ^
|
||||||
--path "/New/pic.png" ^
|
--path "/New/pic.png" ^
|
||||||
--overwrite true
|
--overwrite true
|
2
docs/en/cli/dropbox/UploadFileByURL/bash.txt
vendored
2
docs/en/cli/dropbox/UploadFileByURL/bash.txt
vendored
@@ -1,4 +1,4 @@
|
|||||||
oint dropbox UploadFileByURL \
|
oint dropbox UploadFileByURL \
|
||||||
--token "***" \
|
--token "***" \
|
||||||
--url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" \
|
--url "https://hut.openintegrations.dev/test_data/document.docx" \
|
||||||
--path "/New/url_doc.docx"
|
--path "/New/url_doc.docx"
|
2
docs/en/cli/dropbox/UploadFileByURL/bat.txt
vendored
2
docs/en/cli/dropbox/UploadFileByURL/bat.txt
vendored
@@ -1,4 +1,4 @@
|
|||||||
oint dropbox UploadFileByURL ^
|
oint dropbox UploadFileByURL ^
|
||||||
--token "***" ^
|
--token "***" ^
|
||||||
--url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" ^
|
--url "https://hut.openintegrations.dev/test_data/document.docx" ^
|
||||||
--path "/New/url_doc.docx"
|
--path "/New/url_doc.docx"
|
3
docs/en/cli/gdrive/CreateFolder/bash.txt
vendored
3
docs/en/cli/gdrive/CreateFolder/bash.txt
vendored
@@ -1,3 +1,4 @@
|
|||||||
oint gdrive CreateFolder \
|
oint gdrive CreateFolder \
|
||||||
--token "***" \
|
--token "***" \
|
||||||
--title "TestFolder"
|
--title "TestFolder" \
|
||||||
|
--catalog "191iyaa6-2BCNRPOF0F8mQ0TuNWPNesdM"
|
3
docs/en/cli/gdrive/CreateFolder/bat.txt
vendored
3
docs/en/cli/gdrive/CreateFolder/bat.txt
vendored
@@ -1,3 +1,4 @@
|
|||||||
oint gdrive CreateFolder ^
|
oint gdrive CreateFolder ^
|
||||||
--token "***" ^
|
--token "***" ^
|
||||||
--title "TestFolder"
|
--title "TestFolder" ^
|
||||||
|
--catalog "191iyaa6-2BCNRPOF0F8mQ0TuNWPNesdM"
|
4
docs/en/cli/greenapi/ArchiveChat/bash.txt
vendored
4
docs/en/cli/greenapi/ArchiveChat/bash.txt
vendored
@@ -1,5 +1,3 @@
|
|||||||
# JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint greenapi ArchiveChat \
|
oint greenapi ArchiveChat \
|
||||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
|
--access "C:\Users\bayse\AppData\Local\Temp\w1kg00jfupo.tmp" \
|
||||||
--chat "120363410406221140@g.us"
|
--chat "120363410406221140@g.us"
|
4
docs/en/cli/greenapi/ArchiveChat/bat.txt
vendored
4
docs/en/cli/greenapi/ArchiveChat/bat.txt
vendored
@@ -1,5 +1,3 @@
|
|||||||
:: JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint greenapi ArchiveChat ^
|
oint greenapi ArchiveChat ^
|
||||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
|
--access "C:\Users\bayse\AppData\Local\Temp\w1kg00jfupo.tmp" ^
|
||||||
--chat "120363410406221140@g.us"
|
--chat "120363410406221140@g.us"
|
4
docs/en/cli/greenapi/CreateGroup/bash.txt
vendored
4
docs/en/cli/greenapi/CreateGroup/bash.txt
vendored
@@ -1,5 +1,3 @@
|
|||||||
# JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint greenapi CreateGroup \
|
oint greenapi CreateGroup \
|
||||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
|
--access "C:\Users\bayse\AppData\Local\Temp\be5sv3el3xn.tmp" \
|
||||||
--name "New group"
|
--name "New group"
|
4
docs/en/cli/greenapi/CreateGroup/bat.txt
vendored
4
docs/en/cli/greenapi/CreateGroup/bat.txt
vendored
@@ -1,5 +1,3 @@
|
|||||||
:: JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint greenapi CreateGroup ^
|
oint greenapi CreateGroup ^
|
||||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
|
--access "C:\Users\bayse\AppData\Local\Temp\be5sv3el3xn.tmp" ^
|
||||||
--name "New group"
|
--name "New group"
|
4
docs/en/cli/greenapi/GetChatHistory/bash.txt
vendored
4
docs/en/cli/greenapi/GetChatHistory/bash.txt
vendored
@@ -1,5 +1,3 @@
|
|||||||
# JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint greenapi GetChatHistory \
|
oint greenapi GetChatHistory \
|
||||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
|
--access "C:\Users\bayse\AppData\Local\Temp\5ct1occfiwv.tmp" \
|
||||||
--chat "120363410406221140@g.us"
|
--chat "120363410406221140@g.us"
|
4
docs/en/cli/greenapi/GetChatHistory/bat.txt
vendored
4
docs/en/cli/greenapi/GetChatHistory/bat.txt
vendored
@@ -1,5 +1,3 @@
|
|||||||
:: JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint greenapi GetChatHistory ^
|
oint greenapi GetChatHistory ^
|
||||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
|
--access "C:\Users\bayse\AppData\Local\Temp\5ct1occfiwv.tmp" ^
|
||||||
--chat "120363410406221140@g.us"
|
--chat "120363410406221140@g.us"
|
@@ -1,4 +1,2 @@
|
|||||||
# JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint greenapi GetMessageQueue \
|
oint greenapi GetMessageQueue \
|
||||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}"
|
--access "C:\Users\bayse\AppData\Local\Temp\hf5j1e2ccjf.tmp"
|
4
docs/en/cli/greenapi/GetMessageQueue/bat.txt
vendored
4
docs/en/cli/greenapi/GetMessageQueue/bat.txt
vendored
@@ -1,4 +1,2 @@
|
|||||||
:: JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint greenapi GetMessageQueue ^
|
oint greenapi GetMessageQueue ^
|
||||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}"
|
--access "C:\Users\bayse\AppData\Local\Temp\hf5j1e2ccjf.tmp"
|
@@ -1,4 +1,2 @@
|
|||||||
# JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint greenapi GetNotification \
|
oint greenapi GetNotification \
|
||||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}"
|
--access "C:\Users\bayse\AppData\Local\Temp\4xunkhkvrg4.tmp"
|
4
docs/en/cli/greenapi/GetNotification/bat.txt
vendored
4
docs/en/cli/greenapi/GetNotification/bat.txt
vendored
@@ -1,4 +1,2 @@
|
|||||||
:: JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint greenapi GetNotification ^
|
oint greenapi GetNotification ^
|
||||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}"
|
--access "C:\Users\bayse\AppData\Local\Temp\4xunkhkvrg4.tmp"
|
@@ -1,7 +1,4 @@
|
|||||||
# JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint greenapi SendTextMessage \
|
oint greenapi SendTextMessage \
|
||||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
|
--access "C:\Users\bayse\AppData\Local\Temp\g1tuzmkhzga.tmp" \
|
||||||
--chat "120363410406221140@g.us" \
|
--chat "120363410406221140@g.us" \
|
||||||
--text "New message" \
|
--text "New message"
|
||||||
--quoted "BAE51C542B37B99B"
|
|
7
docs/en/cli/greenapi/SendTextMessage/bat.txt
vendored
7
docs/en/cli/greenapi/SendTextMessage/bat.txt
vendored
@@ -1,7 +1,4 @@
|
|||||||
:: JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint greenapi SendTextMessage ^
|
oint greenapi SendTextMessage ^
|
||||||
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
|
--access "C:\Users\bayse\AppData\Local\Temp\g1tuzmkhzga.tmp" ^
|
||||||
--chat "120363410406221140@g.us" ^
|
--chat "120363410406221140@g.us" ^
|
||||||
--text "New message" ^
|
--text "New message"
|
||||||
--quoted "BAE51C542B37B99B"
|
|
@@ -1,4 +1,4 @@
|
|||||||
oint gsheets CreateSpreadsheet \
|
oint gsheets CreateSpreadsheet \
|
||||||
--token "***" \
|
--token "***" \
|
||||||
--title "Test table (new.)" \
|
--title "TestTable" \
|
||||||
--sheets "['Sheet1','Sheet2']"
|
--sheets "['Sheet1','Sheet2']"
|
@@ -1,4 +1,4 @@
|
|||||||
oint gsheets CreateSpreadsheet ^
|
oint gsheets CreateSpreadsheet ^
|
||||||
--token "***" ^
|
--token "***" ^
|
||||||
--title "Test table (new.)" ^
|
--title "TestTable" ^
|
||||||
--sheets "['Sheet1','Sheet2']"
|
--sheets "['Sheet1','Sheet2']"
|
5
docs/en/cli/mysql/CreateDatabase/bash.txt
vendored
5
docs/en/cli/mysql/CreateDatabase/bash.txt
vendored
@@ -1,6 +1,3 @@
|
|||||||
# JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint mysql CreateDatabase \
|
oint mysql CreateDatabase \
|
||||||
--base "testbase1" \
|
--base "testbase1" \
|
||||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \
|
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/"
|
||||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
|
5
docs/en/cli/mysql/CreateDatabase/bat.txt
vendored
5
docs/en/cli/mysql/CreateDatabase/bat.txt
vendored
@@ -1,6 +1,3 @@
|
|||||||
:: JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint mysql CreateDatabase ^
|
oint mysql CreateDatabase ^
|
||||||
--base "testbase1" ^
|
--base "testbase1" ^
|
||||||
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^
|
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/"
|
||||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
|
3
docs/en/cli/neocities/GetSiteData/bash.txt
vendored
3
docs/en/cli/neocities/GetSiteData/bash.txt
vendored
@@ -1,3 +1,2 @@
|
|||||||
oint neocities GetSiteData \
|
oint neocities GetSiteData \
|
||||||
--token "***" \
|
--token "***"
|
||||||
--sitename "2athenaeum"
|
|
3
docs/en/cli/neocities/GetSiteData/bat.txt
vendored
3
docs/en/cli/neocities/GetSiteData/bat.txt
vendored
@@ -1,3 +1,2 @@
|
|||||||
oint neocities GetSiteData ^
|
oint neocities GetSiteData ^
|
||||||
--token "***" ^
|
--token "***"
|
||||||
--sitename "2athenaeum"
|
|
2
docs/en/cli/neocities/UploadFile/bash.txt
vendored
2
docs/en/cli/neocities/UploadFile/bash.txt
vendored
@@ -1,4 +1,4 @@
|
|||||||
oint neocities UploadFile \
|
oint neocities UploadFile \
|
||||||
--token "***" \
|
--token "***" \
|
||||||
--path "testfolder/test_pic.png" \
|
--path "testfolder/test_pic.png" \
|
||||||
--file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"
|
--file "https://hut.openintegrations.dev/test_data/picture.jpg"
|
2
docs/en/cli/neocities/UploadFile/bat.txt
vendored
2
docs/en/cli/neocities/UploadFile/bat.txt
vendored
@@ -1,4 +1,4 @@
|
|||||||
oint neocities UploadFile ^
|
oint neocities UploadFile ^
|
||||||
--token "***" ^
|
--token "***" ^
|
||||||
--path "testfolder/test_pic.png" ^
|
--path "testfolder/test_pic.png" ^
|
||||||
--file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"
|
--file "https://hut.openintegrations.dev/test_data/picture.jpg"
|
4
docs/en/cli/ollama/PullModel/bash.txt
vendored
4
docs/en/cli/ollama/PullModel/bash.txt
vendored
@@ -1,6 +1,6 @@
|
|||||||
# JSON data can also be passed as a path to a .json file
|
# JSON data can also be passed as a path to a .json file
|
||||||
|
|
||||||
oint ollama PullModel \
|
oint ollama PullModel \
|
||||||
--url "https://api.athenaeum.digital/ollama" \
|
--url "https://hut.openintegrations.dev/ollama" \
|
||||||
--model "bayselonarrend/tinyllama:latest" \
|
--model "tinyllama" \
|
||||||
--headers "{'Authorization':'***'}"
|
--headers "{'Authorization':'***'}"
|
4
docs/en/cli/ollama/PullModel/bat.txt
vendored
4
docs/en/cli/ollama/PullModel/bat.txt
vendored
@@ -1,6 +1,6 @@
|
|||||||
:: JSON data can also be passed as a path to a .json file
|
:: JSON data can also be passed as a path to a .json file
|
||||||
|
|
||||||
oint ollama PullModel ^
|
oint ollama PullModel ^
|
||||||
--url "https://api.athenaeum.digital/ollama" ^
|
--url "https://hut.openintegrations.dev/ollama" ^
|
||||||
--model "bayselonarrend/tinyllama:latest" ^
|
--model "tinyllama" ^
|
||||||
--headers "{'Authorization':'***'}"
|
--headers "{'Authorization':'***'}"
|
4
docs/en/cli/ollama/PushBlob/bash.txt
vendored
4
docs/en/cli/ollama/PushBlob/bash.txt
vendored
@@ -1,6 +1,6 @@
|
|||||||
# JSON data can also be passed as a path to a .json file
|
# JSON data can also be passed as a path to a .json file
|
||||||
|
|
||||||
oint ollama PushBlob \
|
oint ollama PushBlob \
|
||||||
--url "https://api.athenaeum.digital/ollama" \
|
--url "https://hut.openintegrations.dev/ollama" \
|
||||||
--data "C:\Users\Administrator\AppData\Local\Temp\3qpsnmcegt4.tmp" \
|
--data "C:\Users\bayse\AppData\Local\Temp\13oqrnicr33.tmp" \
|
||||||
--headers "{'Authorization':'***'}"
|
--headers "{'Authorization':'***'}"
|
4
docs/en/cli/ollama/PushBlob/bat.txt
vendored
4
docs/en/cli/ollama/PushBlob/bat.txt
vendored
@@ -1,6 +1,6 @@
|
|||||||
:: JSON data can also be passed as a path to a .json file
|
:: JSON data can also be passed as a path to a .json file
|
||||||
|
|
||||||
oint ollama PushBlob ^
|
oint ollama PushBlob ^
|
||||||
--url "https://api.athenaeum.digital/ollama" ^
|
--url "https://hut.openintegrations.dev/ollama" ^
|
||||||
--data "C:\Users\Administrator\AppData\Local\Temp\3qpsnmcegt4.tmp" ^
|
--data "C:\Users\bayse\AppData\Local\Temp\13oqrnicr33.tmp" ^
|
||||||
--headers "{'Authorization':'***'}"
|
--headers "{'Authorization':'***'}"
|
2
docs/en/cli/openai/CreateAssistant/bash.txt
vendored
2
docs/en/cli/openai/CreateAssistant/bash.txt
vendored
@@ -1,5 +1,5 @@
|
|||||||
oint openai CreateAssistant \
|
oint openai CreateAssistant \
|
||||||
--url "https://api.athenaeum.digital:1122/" \
|
--url "https://hut.openintegrations.dev/localai/" \
|
||||||
--token "***" \
|
--token "***" \
|
||||||
--model "smolvlm-256m-instruct" \
|
--model "smolvlm-256m-instruct" \
|
||||||
--name "Math tutor" \
|
--name "Math tutor" \
|
||||||
|
2
docs/en/cli/openai/CreateAssistant/bat.txt
vendored
2
docs/en/cli/openai/CreateAssistant/bat.txt
vendored
@@ -1,5 +1,5 @@
|
|||||||
oint openai CreateAssistant ^
|
oint openai CreateAssistant ^
|
||||||
--url "https://api.athenaeum.digital:1122/" ^
|
--url "https://hut.openintegrations.dev/localai/" ^
|
||||||
--token "***" ^
|
--token "***" ^
|
||||||
--model "smolvlm-256m-instruct" ^
|
--model "smolvlm-256m-instruct" ^
|
||||||
--name "Math tutor" ^
|
--name "Math tutor" ^
|
||||||
|
2
docs/en/cli/openai/GenerateSpeech/bash.txt
vendored
2
docs/en/cli/openai/GenerateSpeech/bash.txt
vendored
@@ -1,7 +1,7 @@
|
|||||||
# JSON data can also be passed as a path to a .json file
|
# JSON data can also be passed as a path to a .json file
|
||||||
|
|
||||||
oint openai GenerateSpeech \
|
oint openai GenerateSpeech \
|
||||||
--url "https://api.athenaeum.digital:1122/" \
|
--url "https://hut.openintegrations.dev/localai/" \
|
||||||
--token "***" \
|
--token "***" \
|
||||||
--model "tts-1" \
|
--model "tts-1" \
|
||||||
--input "Attack ships on fire off the shoulder of Orion bright as magnesium" \
|
--input "Attack ships on fire off the shoulder of Orion bright as magnesium" \
|
||||||
|
2
docs/en/cli/openai/GenerateSpeech/bat.txt
vendored
2
docs/en/cli/openai/GenerateSpeech/bat.txt
vendored
@@ -1,7 +1,7 @@
|
|||||||
:: JSON data can also be passed as a path to a .json file
|
:: JSON data can also be passed as a path to a .json file
|
||||||
|
|
||||||
oint openai GenerateSpeech ^
|
oint openai GenerateSpeech ^
|
||||||
--url "https://api.athenaeum.digital:1122/" ^
|
--url "https://hut.openintegrations.dev/localai/" ^
|
||||||
--token "***" ^
|
--token "***" ^
|
||||||
--model "tts-1" ^
|
--model "tts-1" ^
|
||||||
--input "Attack ships on fire off the shoulder of Orion bright as magnesium" ^
|
--input "Attack ships on fire off the shoulder of Orion bright as magnesium" ^
|
||||||
|
2
docs/en/cli/openai/GetModelList/bash.txt
vendored
2
docs/en/cli/openai/GetModelList/bash.txt
vendored
@@ -1,3 +1,3 @@
|
|||||||
oint openai GetModelList \
|
oint openai GetModelList \
|
||||||
--url "https://api.athenaeum.digital:1122/" \
|
--url "https://hut.openintegrations.dev/localai/" \
|
||||||
--token "***"
|
--token "***"
|
2
docs/en/cli/openai/GetModelList/bat.txt
vendored
2
docs/en/cli/openai/GetModelList/bat.txt
vendored
@@ -1,3 +1,3 @@
|
|||||||
oint openai GetModelList ^
|
oint openai GetModelList ^
|
||||||
--url "https://api.athenaeum.digital:1122/" ^
|
--url "https://hut.openintegrations.dev/localai/" ^
|
||||||
--token "***"
|
--token "***"
|
2
docs/en/cli/openai/GetResponse/bash.txt
vendored
2
docs/en/cli/openai/GetResponse/bash.txt
vendored
@@ -1,5 +1,5 @@
|
|||||||
oint openai GetResponse \
|
oint openai GetResponse \
|
||||||
--url "https://api.athenaeum.digital:1122/" \
|
--url "https://hut.openintegrations.dev/localai/" \
|
||||||
--token "***" \
|
--token "***" \
|
||||||
--model "smolvlm-256m-instruct" \
|
--model "smolvlm-256m-instruct" \
|
||||||
--msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a full-stack, low-code platform'},{'role':'user','content':'When the first version was released?'}]"
|
--msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a full-stack, low-code platform'},{'role':'user','content':'When the first version was released?'}]"
|
2
docs/en/cli/openai/GetResponse/bat.txt
vendored
2
docs/en/cli/openai/GetResponse/bat.txt
vendored
@@ -1,5 +1,5 @@
|
|||||||
oint openai GetResponse ^
|
oint openai GetResponse ^
|
||||||
--url "https://api.athenaeum.digital:1122/" ^
|
--url "https://hut.openintegrations.dev/localai/" ^
|
||||||
--token "***" ^
|
--token "***" ^
|
||||||
--model "smolvlm-256m-instruct" ^
|
--model "smolvlm-256m-instruct" ^
|
||||||
--msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a full-stack, low-code platform'},{'role':'user','content':'When the first version was released?'}]"
|
--msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a full-stack, low-code platform'},{'role':'user','content':'When the first version was released?'}]"
|
6
docs/en/cli/openai/UploadFile/bash.txt
vendored
6
docs/en/cli/openai/UploadFile/bash.txt
vendored
@@ -1,6 +1,6 @@
|
|||||||
oint openai UploadFile \
|
oint openai UploadFile \
|
||||||
--url "https://api.athenaeum.digital:1122/" \
|
--url "https://hut.openintegrations.dev/localai/" \
|
||||||
--token "***" \
|
--token "***" \
|
||||||
--name "fac80cf7-501d-4616-8a39-ffc7a91692d2.png" \
|
--name "bb7e41f1-ea47-47ff-a013-5d458f5bff54.png" \
|
||||||
--data "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \
|
--data "https://hut.openintegrations.dev/test_data/picture.jpg" \
|
||||||
--purpose "assistants"
|
--purpose "assistants"
|
6
docs/en/cli/openai/UploadFile/bat.txt
vendored
6
docs/en/cli/openai/UploadFile/bat.txt
vendored
@@ -1,6 +1,6 @@
|
|||||||
oint openai UploadFile ^
|
oint openai UploadFile ^
|
||||||
--url "https://api.athenaeum.digital:1122/" ^
|
--url "https://hut.openintegrations.dev/localai/" ^
|
||||||
--token "***" ^
|
--token "***" ^
|
||||||
--name "fac80cf7-501d-4616-8a39-ffc7a91692d2.png" ^
|
--name "bb7e41f1-ea47-47ff-a013-5d458f5bff54.png" ^
|
||||||
--data "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" ^
|
--data "https://hut.openintegrations.dev/test_data/picture.jpg" ^
|
||||||
--purpose "assistants"
|
--purpose "assistants"
|
@@ -1,3 +1,4 @@
|
|||||||
oint ozon GetCategoriesAndProductTypesTree \
|
oint ozon GetCategoriesAndProductTypesTree \
|
||||||
--clientid "***" \
|
--clientid "***" \
|
||||||
--apikey "***"
|
--apikey "***" \
|
||||||
|
--lang "EN"
|
@@ -1,3 +1,4 @@
|
|||||||
oint ozon GetCategoriesAndProductTypesTree ^
|
oint ozon GetCategoriesAndProductTypesTree ^
|
||||||
--clientid "***" ^
|
--clientid "***" ^
|
||||||
--apikey "***"
|
--apikey "***" ^
|
||||||
|
--lang "EN"
|
5
docs/en/cli/postgres/CreateDatabase/bash.txt
vendored
5
docs/en/cli/postgres/CreateDatabase/bash.txt
vendored
@@ -1,6 +1,3 @@
|
|||||||
# JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint postgres CreateDatabase \
|
oint postgres CreateDatabase \
|
||||||
--base "testbase1" \
|
--base "testbase1" \
|
||||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \
|
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/"
|
||||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
|
5
docs/en/cli/postgres/CreateDatabase/bat.txt
vendored
5
docs/en/cli/postgres/CreateDatabase/bat.txt
vendored
@@ -1,6 +1,3 @@
|
|||||||
:: JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint postgres CreateDatabase ^
|
oint postgres CreateDatabase ^
|
||||||
--base "testbase1" ^
|
--base "testbase1" ^
|
||||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^
|
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/"
|
||||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
|
@@ -1,5 +1,5 @@
|
|||||||
oint rcon FormConnectionParameters \
|
oint rcon FormConnectionParameters \
|
||||||
--url "93.125.42.204:25575" \
|
--url "127.0.0.1:25575" \
|
||||||
--pass "***" \
|
--pass "***" \
|
||||||
--wtout 20 \
|
--wtout 20 \
|
||||||
--rtout 20
|
--rtout 20
|
@@ -1,5 +1,5 @@
|
|||||||
oint rcon FormConnectionParameters ^
|
oint rcon FormConnectionParameters ^
|
||||||
--url "93.125.42.204:25575" ^
|
--url "127.0.0.1:25575" ^
|
||||||
--pass "***" ^
|
--pass "***" ^
|
||||||
--wtout 20 ^
|
--wtout 20 ^
|
||||||
--rtout 20
|
--rtout 20
|
7
docs/en/cli/s3/CreateBucket/bash.txt
vendored
7
docs/en/cli/s3/CreateBucket/bash.txt
vendored
@@ -1,6 +1,3 @@
|
|||||||
# JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint s3 CreateBucket \
|
oint s3 CreateBucket \
|
||||||
--name "opi-gpbucket3" \
|
--name "opi-dirbucket3" \
|
||||||
--basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \
|
--basic "C:\Users\bayse\AppData\Local\Temp\mxx54klwf2t.tmp"
|
||||||
--dir false
|
|
7
docs/en/cli/s3/CreateBucket/bat.txt
vendored
7
docs/en/cli/s3/CreateBucket/bat.txt
vendored
@@ -1,6 +1,3 @@
|
|||||||
:: JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint s3 CreateBucket ^
|
oint s3 CreateBucket ^
|
||||||
--name "opi-gpbucket3" ^
|
--name "opi-dirbucket3" ^
|
||||||
--basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^
|
--basic "C:\Users\bayse\AppData\Local\Temp\mxx54klwf2t.tmp"
|
||||||
--dir false
|
|
4
docs/en/cli/s3/SendRequestWithBody/bash.txt
vendored
4
docs/en/cli/s3/SendRequestWithBody/bash.txt
vendored
@@ -1,6 +1,4 @@
|
|||||||
# JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint s3 SendRequestWithBody \
|
oint s3 SendRequestWithBody \
|
||||||
--method "PUT" \
|
--method "PUT" \
|
||||||
--basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \
|
--basic "C:\Users\bayse\AppData\Local\Temp\rbwh3xjpgiy.tmp" \
|
||||||
--body "C:\test_data\document.docx"
|
--body "C:\test_data\document.docx"
|
4
docs/en/cli/s3/SendRequestWithBody/bat.txt
vendored
4
docs/en/cli/s3/SendRequestWithBody/bat.txt
vendored
@@ -1,6 +1,4 @@
|
|||||||
:: JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint s3 SendRequestWithBody ^
|
oint s3 SendRequestWithBody ^
|
||||||
--method "PUT" ^
|
--method "PUT" ^
|
||||||
--basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^
|
--basic "C:\Users\bayse\AppData\Local\Temp\rbwh3xjpgiy.tmp" ^
|
||||||
--body "C:\test_data\document.docx"
|
--body "C:\test_data\document.docx"
|
@@ -1,5 +1,3 @@
|
|||||||
# JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint s3 SendRequestWithoutBody \
|
oint s3 SendRequestWithoutBody \
|
||||||
--method "GET" \
|
--method "GET" \
|
||||||
--basic "{'URL':'storage-155.s3hoster.by/opi-newbucket2','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}"
|
--basic "C:\Users\bayse\AppData\Local\Temp\yw5el4wcdxf.tmp"
|
@@ -1,5 +1,3 @@
|
|||||||
:: JSON data can also be passed as a path to a .json file
|
|
||||||
|
|
||||||
oint s3 SendRequestWithoutBody ^
|
oint s3 SendRequestWithoutBody ^
|
||||||
--method "GET" ^
|
--method "GET" ^
|
||||||
--basic "{'URL':'storage-155.s3hoster.by/opi-newbucket2','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}"
|
--basic "C:\Users\bayse\AppData\Local\Temp\yw5el4wcdxf.tmp"
|
2
docs/en/cli/slack/CreateChannel/bash.txt
vendored
2
docs/en/cli/slack/CreateChannel/bash.txt
vendored
@@ -1,4 +1,4 @@
|
|||||||
oint slack CreateChannel \
|
oint slack CreateChannel \
|
||||||
--token "***" \
|
--token "***" \
|
||||||
--title "testconvbc58609f-8b10-4821-9d27-c942aa5ae3f1" \
|
--title "testconvd5cf8eb4-c68f-4764-8d0c-6e876868e70e" \
|
||||||
--private false
|
--private false
|
2
docs/en/cli/slack/CreateChannel/bat.txt
vendored
2
docs/en/cli/slack/CreateChannel/bat.txt
vendored
@@ -1,4 +1,4 @@
|
|||||||
oint slack CreateChannel ^
|
oint slack CreateChannel ^
|
||||||
--token "***" ^
|
--token "***" ^
|
||||||
--title "testconvbc58609f-8b10-4821-9d27-c942aa5ae3f1" ^
|
--title "testconvd5cf8eb4-c68f-4764-8d0c-6e876868e70e" ^
|
||||||
--private false
|
--private false
|
@@ -1,2 +1,3 @@
|
|||||||
oint slack GetExternalFileList \
|
oint slack GetExternalFileList \
|
||||||
--token "***"
|
--token "***" \
|
||||||
|
--channel "C06UFNUTKUL"
|
@@ -1,2 +1,3 @@
|
|||||||
oint slack GetExternalFileList ^
|
oint slack GetExternalFileList ^
|
||||||
--token "***"
|
--token "***" ^
|
||||||
|
--channel "C06UFNUTKUL"
|
3
docs/en/cli/slack/GetFilesList/bash.txt
vendored
3
docs/en/cli/slack/GetFilesList/bash.txt
vendored
@@ -1,2 +1,3 @@
|
|||||||
oint slack GetFilesList \
|
oint slack GetFilesList \
|
||||||
--token "***"
|
--token "***" \
|
||||||
|
--channel "C06UFNUTKUL"
|
3
docs/en/cli/slack/GetFilesList/bat.txt
vendored
3
docs/en/cli/slack/GetFilesList/bat.txt
vendored
@@ -1,2 +1,3 @@
|
|||||||
oint slack GetFilesList ^
|
oint slack GetFilesList ^
|
||||||
--token "***"
|
--token "***" ^
|
||||||
|
--channel "C06UFNUTKUL"
|
3
docs/en/cli/slack/SendMessage/bash.txt
vendored
3
docs/en/cli/slack/SendMessage/bash.txt
vendored
@@ -1,5 +1,4 @@
|
|||||||
oint slack SendMessage \
|
oint slack SendMessage \
|
||||||
--token "***" \
|
--token "***" \
|
||||||
--channel "C06UFNUTKUL" \
|
--channel "C06UFNUTKUL" \
|
||||||
--text "Sheduled message" \
|
--text "TestMessage1"
|
||||||
--date "2025-06-19T20:29:46.224552"
|
|
3
docs/en/cli/slack/SendMessage/bat.txt
vendored
3
docs/en/cli/slack/SendMessage/bat.txt
vendored
@@ -1,5 +1,4 @@
|
|||||||
oint slack SendMessage ^
|
oint slack SendMessage ^
|
||||||
--token "***" ^
|
--token "***" ^
|
||||||
--channel "C06UFNUTKUL" ^
|
--channel "C06UFNUTKUL" ^
|
||||||
--text "Sheduled message" ^
|
--text "TestMessage1"
|
||||||
--date "2025-06-19T20:29:46.224552"
|
|
2
docs/en/cli/sqlite/CreateTable/bash.txt
vendored
2
docs/en/cli/sqlite/CreateTable/bash.txt
vendored
@@ -3,4 +3,4 @@
|
|||||||
oint sqlite CreateTable \
|
oint sqlite CreateTable \
|
||||||
--table "test" \
|
--table "test" \
|
||||||
--cols "{'id':'INTEGER PRIMARY KEY','name':'TEXT','age':'INTEGER','salary':'REAL','is_active':'BOOLEAN','created_at':'DATETIME','data':'BLOB'}" \
|
--cols "{'id':'INTEGER PRIMARY KEY','name':'TEXT','age':'INTEGER','salary':'REAL','is_active':'BOOLEAN','created_at':'DATETIME','data':'BLOB'}" \
|
||||||
--db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite"
|
--db "C:\Users\bayse\AppData\Local\Temp\2afe1ciabnr.sqlite"
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user