1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-07-04 23:24:42 +03:00
parent 91bdffe8a7
commit 0cf295bf0e
91 changed files with 8645 additions and 8721 deletions

View File

@@ -45,19 +45,15 @@ 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 "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}"
--access "C:\Users\bayse\AppData\Local\Temp\hf5j1e2ccjf.tmp"
```
</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 "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}"
--access "C:\Users\bayse\AppData\Local\Temp\hf5j1e2ccjf.tmp"
```
</TabItem>
</Tabs>