1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-06 08:49:29 +02:00

Правки примера CLI

This commit is contained in:
Anton Titovets
2024-06-05 12:58:00 +03:00
parent 24af8fc267
commit 88513b8f0f
860 changed files with 968 additions and 167 deletions

View File

@@ -28,6 +28,7 @@ sidebar_position: 1
oint twitter GetAuthorizationLink --auth %auth%
```

View File

@@ -30,6 +30,7 @@ sidebar_position: 2
oint twitter GetToken --code %code% --auth %auth%
```

View File

@@ -32,6 +32,7 @@ sidebar_position: 3
oint twitter RefreshToken --auth %auth%
```

View File

@@ -35,6 +35,7 @@ sidebar_position: 3
oint twitter CreateGifTweet --text %text% --gifs %gifs% --auth %auth%
```

View File

@@ -35,6 +35,7 @@ sidebar_position: 2
oint twitter CreateImageTweet --text %text% --pictures %pictures% --auth %auth%
```

View File

@@ -37,6 +37,7 @@ sidebar_position: 5
oint twitter CreatePollTweet --text %text% --options %options% --duration %duration% --auth %auth%
```

View File

@@ -30,6 +30,7 @@ sidebar_position: 1
oint twitter CreateTextTweet --text %text% --auth %auth%
```

View File

@@ -35,6 +35,7 @@ sidebar_position: 4
oint twitter CreateVideoTweet --text %text% --videos %videos% --auth %auth%
```