You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-22 10:05:29 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -12,9 +12,9 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
`Function GetAuthorizationLink(Parameters = "") Export`
|
||||
|
||||
| Parameter | CLI option | Type | Description |
|
||||
|-|-|-|-|
|
||||
| Parameters | --auth | Structure Of String | Authorization data. See GetStandardParameters |
|
||||
| Parameter | CLI option | Type | Required | Description |
|
||||
|-|-|-|-|-|
|
||||
| Parameters | --auth | Structure Of String | ✖ | Authorization data. See GetStandardParameters |
|
||||
|
||||
|
||||
Returns: String - URL for browser transition
|
||||
|
||||
@@ -12,10 +12,10 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
`Function GetToken(Val Code, Val Parameters = "") Export`
|
||||
|
||||
| Parameter | CLI option | Type | Description |
|
||||
|-|-|-|-|
|
||||
| Code | --code | String | Code obtained from authorization See GetAuthorizationLink |
|
||||
| Parameters | --auth | Structure Of String | Authorization data. See GetStandardParameters |
|
||||
| Parameter | CLI option | Type | Required | Description |
|
||||
|-|-|-|-|-|
|
||||
| Code | --code | String | ✔ | Code obtained from authorization See GetAuthorizationLink |
|
||||
| Parameters | --auth | Structure Of String | ✖ | Authorization data. See GetStandardParameters |
|
||||
|
||||
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Twitter
|
||||
|
||||
@@ -12,9 +12,9 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
`Function RefreshToken(Val Parameters = "") Export`
|
||||
|
||||
| Parameter | CLI option | Type | Description |
|
||||
|-|-|-|-|
|
||||
| Parameters | --auth | Structure Of String | Authorization data. See GetStandardParameters |
|
||||
| Parameter | CLI option | Type | Required | Description |
|
||||
|-|-|-|-|-|
|
||||
| Parameters | --auth | Structure Of String | ✖ | Authorization data. See GetStandardParameters |
|
||||
|
||||
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Twitter
|
||||
|
||||
@@ -12,13 +12,13 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
`Function CreateCustomTweet(Val Text = "", Val MediaArray = "", Val PollOptionsArray = "", Val PollDuration = "", Val Parameters = "") Export`
|
||||
|
||||
| Parameter | CLI option | Type | Description |
|
||||
|-|-|-|-|
|
||||
| Text | --text | String | Tweet text |
|
||||
| MediaArray | --media | Array of String, BinaryData | Array of binary data or file paths |
|
||||
| PollOptionsArray | --options | Array of String | Array of poll options, if necessary |
|
||||
| PollDuration | --dur | String, Number | Poll duration if necessary (poll without duration is not created) |
|
||||
| Parameters | --auth | Structure Of String | Authorization data. See GetStandardParameters |
|
||||
| Parameter | CLI option | Type | Required | Description |
|
||||
|-|-|-|-|-|
|
||||
| Text | --text | String | ✖ | Tweet text |
|
||||
| MediaArray | --media | Array of String, BinaryData | ✖ | Array of binary data or file paths |
|
||||
| PollOptionsArray | --options | Array of String | ✖ | Array of poll options, if necessary |
|
||||
| PollDuration | --dur | String, Number | ✖ | Poll duration if necessary (poll without duration is not created) |
|
||||
| Parameters | --auth | Structure Of String | ✖ | Authorization data. See GetStandardParameters |
|
||||
|
||||
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Twitter
|
||||
|
||||
@@ -12,11 +12,11 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
`Function CreateGifTweet(Val Text, Val GifsArray, Val Parameters = "") Export`
|
||||
|
||||
| Parameter | CLI option | Type | Description |
|
||||
|-|-|-|-|
|
||||
| Text | --text | String | Tweet text |
|
||||
| GifsArray | --gifs | Array of String, BinaryData | Gif files array |
|
||||
| Parameters | --auth | Structure Of String | Authorization data. See GetStandardParameters |
|
||||
| Parameter | CLI option | Type | Required | Description |
|
||||
|-|-|-|-|-|
|
||||
| Text | --text | String | ✔ | Tweet text |
|
||||
| GifsArray | --gifs | Array of String, BinaryData | ✔ | Gif files array |
|
||||
| Parameters | --auth | Structure Of String | ✖ | Authorization data. See GetStandardParameters |
|
||||
|
||||
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Twitter
|
||||
|
||||
@@ -12,11 +12,11 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
`Function CreateImageTweet(Val Text, Val ImageArray, Val Parameters = "") Export`
|
||||
|
||||
| Parameter | CLI option | Type | Description |
|
||||
|-|-|-|-|
|
||||
| Text | --text | String | Tweet text |
|
||||
| ImageArray | --pictures | Array of String, BinaryData | Image files array |
|
||||
| Parameters | --auth | Structure Of String | Authorization data. See GetStandardParameters |
|
||||
| Parameter | CLI option | Type | Required | Description |
|
||||
|-|-|-|-|-|
|
||||
| Text | --text | String | ✔ | Tweet text |
|
||||
| ImageArray | --pictures | Array of String, BinaryData | ✔ | Image files array |
|
||||
| Parameters | --auth | Structure Of String | ✖ | Authorization data. See GetStandardParameters |
|
||||
|
||||
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Twitter
|
||||
|
||||
@@ -12,12 +12,12 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
`Function CreatePollTweet(Val Text, Val OptionArray, Val Duration, Val Parameters = "") Export`
|
||||
|
||||
| Parameter | CLI option | Type | Description |
|
||||
|-|-|-|-|
|
||||
| Text | --text | String | Tweet text |
|
||||
| OptionArray | --options | Array of String | Poll options array |
|
||||
| Duration | --duration | String, Number | Poll duration |
|
||||
| Parameters | --auth | Structure Of String | Authorization data. See GetStandardParameters |
|
||||
| Parameter | CLI option | Type | Required | Description |
|
||||
|-|-|-|-|-|
|
||||
| Text | --text | String | ✔ | Tweet text |
|
||||
| OptionArray | --options | Array of String | ✔ | Poll options array |
|
||||
| Duration | --duration | String, Number | ✔ | Poll duration |
|
||||
| Parameters | --auth | Structure Of String | ✖ | Authorization data. See GetStandardParameters |
|
||||
|
||||
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Twitter
|
||||
|
||||
@@ -12,10 +12,10 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
`Function CreateTextTweet(Val Text, Val Parameters = "") ExportReturn CreateCustomTweet(Text, , , , Parameters);EndFunction`
|
||||
|
||||
| Parameter | CLI option | Type | Description |
|
||||
|-|-|-|-|
|
||||
| Text | --text | String | Tweet text |
|
||||
| Parameters | --auth | Structure Of String | Authorization data. See GetStandardParameters |
|
||||
| Parameter | CLI option | Type | Required | Description |
|
||||
|-|-|-|-|-|
|
||||
| Text | --text | String | ✔ | Tweet text |
|
||||
| Parameters | --auth | Structure Of String | ✖ | Authorization data. See GetStandardParameters |
|
||||
|
||||
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Twitter
|
||||
|
||||
@@ -12,11 +12,11 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
`Function CreateVideoTweet(Val Text, Val VideosArray, Val Parameters = "") Export`
|
||||
|
||||
| Parameter | CLI option | Type | Description |
|
||||
|-|-|-|-|
|
||||
| Text | --text | String | Tweet text |
|
||||
| VideosArray | --videos | Array of String, BinaryData | Video files array |
|
||||
| Parameters | --auth | Structure Of String | Authorization data. See GetStandardParameters |
|
||||
| Parameter | CLI option | Type | Required | Description |
|
||||
|-|-|-|-|-|
|
||||
| Text | --text | String | ✔ | Tweet text |
|
||||
| VideosArray | --videos | Array of String, BinaryData | ✔ | Video files array |
|
||||
| Parameters | --auth | Structure Of String | ✖ | Authorization data. See GetStandardParameters |
|
||||
|
||||
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Twitter
|
||||
|
||||
@@ -12,11 +12,11 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
`Function UploadAttachmentsArray(Val ArrayOfFiles, Val AttachmentsType, Val Parameters = "") Export`
|
||||
|
||||
| Parameter | CLI option | Type | Description |
|
||||
|-|-|-|-|
|
||||
| ArrayOfFiles | --files | Array of String, BinaryData | Array of files to be uploaded |
|
||||
| AttachmentsType | --type | String | Attachment type: tweet_video, tweet_image, tweet_gif |
|
||||
| Parameters | --auth | Structure Of String | Authorization data. See GetStandardParameters |
|
||||
| Parameter | CLI option | Type | Required | Description |
|
||||
|-|-|-|-|-|
|
||||
| ArrayOfFiles | --files | Array of String, BinaryData | ✔ | Array of files to be uploaded |
|
||||
| AttachmentsType | --type | String | ✔ | Attachment type: tweet_video, tweet_image, tweet_gif |
|
||||
| Parameters | --auth | Structure Of String | ✖ | Authorization data. See GetStandardParameters |
|
||||
|
||||
|
||||
Returns: Array Of String - Media ID array
|
||||
|
||||
Reference in New Issue
Block a user