1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-07-05 18:56:59 +03:00
parent ad475eed31
commit 17ada3b115
770 changed files with 10397 additions and 10283 deletions

View File

@@ -45,15 +45,19 @@ Method at API documentation: [ShowMessagesQueue](https://green-api.com/docs/api/
<TabItem value="bash" label="Bash" default>
```bash
# JSON data can also be passed as a path to a .json file
oint greenapi GetMessageQueue \
--access "C:\Users\bayse\AppData\Local\Temp\oryiesow1sg.tmp"
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}"
```
</TabItem>
<TabItem value="bat" label="CMD/Bat" default>
```batch
:: JSON data can also be passed as a path to a .json file
oint greenapi GetMessageQueue ^
--access "C:\Users\bayse\AppData\Local\Temp\oryiesow1sg.tmp"
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}"
```
</TabItem>
</Tabs>