1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00

Форматирование примеров кода в доках

This commit is contained in:
Anton
2024-06-09 02:26:57 +03:00
parent 9b03afc3fd
commit 96b8f7f71e
513 changed files with 1817 additions and 2306 deletions
@@ -20,7 +20,6 @@ sidebar_position: 1
Response = OPI_Twitter.GetAuthorizationLink(Parameters);
```
@@ -22,7 +22,6 @@ sidebar_position: 2
Response = OPI_Twitter.GetToken(Code, Parameters);
Response = OPI_Tools.JSONString(Response);
```
@@ -24,7 +24,6 @@ sidebar_position: 3
Response = OPI_Tools.JSONString(Response);
```
@@ -27,7 +27,6 @@ sidebar_position: 3
Response = OPI_Twitter.CreateGifTweet("Gifs", ImageArray, Parameters);
Response = OPI_Tools.JSONString(Response);
```
@@ -27,7 +27,6 @@ sidebar_position: 2
Response = OPI_Twitter.CreateImageTweet("Alpaca", ImageArray, Parameters);
Response = OPI_Tools.JSONString(Response);
```
@@ -29,7 +29,6 @@ sidebar_position: 5
Response = OPI_Twitter.CreatePollTweet("How are you?", OptionArray, 60, Parameters);
Response = OPI_Tools.JSONString(Response);
```
@@ -22,7 +22,6 @@ sidebar_position: 1
Response = OPI_Twitter.CreateTextTweet("Regular text tweet", Parameters);
Response = OPI_Tools.JSONString(Response);
```
@@ -27,7 +27,6 @@ sidebar_position: 4
Response = OPI_Twitter.CreateVideoTweet("Nature", ImageArray, Parameters);
Response = OPI_Tools.JSONString(Response);
```