You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-22 10:05:29 +02:00
Форматирование примеров кода в доках
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user