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-05-21 08:49:49 +03:00
parent 484c41e241
commit e2be9c7328
1701 changed files with 12341 additions and 12029 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\Administrator\AppData\Local\Temp\q3u1njs3yny.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\Administrator\AppData\Local\Temp\q3u1njs3yny.tmp"
```
</TabItem>
</Tabs>