1
0
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:
Vitaly the Alpaca (bot)
2024-09-29 21:40:58 +03:00
parent 1c6f6c1116
commit 217c3b0626
76 changed files with 6751 additions and 4888 deletions
@@ -35,5 +35,5 @@ sidebar_position: 1
```
```json title="Result"
"https://twitter.com/i/oauth2/authorize?response_type=code&client_id=ZG1vSmxlVTJXYi05M2c0ek9iV246MTpjaQ&redirect_uri=https://api.athenaeum.digital/opi/hs/twitter&scope=tweet.read%20tweet.write%20tweet.moderate.write%20users.read%20follows.read%20follows.write%20offline.access%20space.read%20mute.read%20mute.write%20like.read%20like.write%20list.read%20list.write%20block.read%20block.write%20bookmark.read%20bookmark.write&state=state&code_challenge=challenge&code_challenge_method=plain"
```
@@ -38,5 +38,8 @@ sidebar_position: 2
```
```json title="Result"
{
"error": "invalid_request",
"error_description": "Value passed for the authorization code was invalid."
}
```
@@ -35,5 +35,11 @@ sidebar_position: 3
```
```json title="Result"
{
"token_type": "bearer",
"expires_in": 7200,
"access_token": "VlpMSGU5eEVtRlRpazlPaTZDOW1JY19UbWtXSkR0ZFg5bGdINHZrSGVXNV8xOjE3Mjc2Mjg5NjI4MTg6MToxOmF0OjE",
"scope": "mute.write tweet.moderate.write block.read follows.read offline.access list.write bookmark.read list.read tweet.write space.read block.write like.write like.read users.read tweet.read bookmark.write mute.read follows.write",
"refresh_token": "NHhNRWpXcXJqdWl4X1NvX0hwQ3dENU1zeHBqVjNqWjlhU0xQYUl3YkFCcV9XOjE3Mjc2Mjg5NjI4MTg6MTowOnJ0OjE"
}
```
@@ -49,5 +49,13 @@ sidebar_position: 3
```
```json title="Result"
{
"data": {
"text": "TestTweet5f86ed5e-6a64-4d91-8e95-5fb0dea670c6",
"edit_history_tweet_ids": [
"1840436070069965173"
],
"id": "1840436070069965173"
}
}
```
@@ -49,5 +49,13 @@ sidebar_position: 2
```
```json title="Result"
{
"data": {
"edit_history_tweet_ids": [
"1840435469219209570"
],
"id": "1840435469219209570",
"text": "TestTweet5638e27b-1d6f-41f9-ab12-ee3f5b28f759"
}
}
```
@@ -44,5 +44,13 @@ sidebar_position: 5
```
```json title="Result"
{
"data": {
"text": "TestTweet7fa6f657-7cab-4959-803c-6e3812e3f521",
"edit_history_tweet_ids": [
"1840436352439005253"
],
"id": "1840436352439005253"
}
}
```
@@ -38,5 +38,13 @@ sidebar_position: 1
```
```json title="Result"
{
"data": {
"id": "1840435412147355972",
"edit_history_tweet_ids": [
"1840435412147355972"
],
"text": "TestTweet6ccd2da8-de87-4b65-9635-34dc904f8c60"
}
}
```
@@ -49,5 +49,13 @@ sidebar_position: 4
```
```json title="Result"
{
"data": {
"text": "TestTweetf251e618-b2e8-463d-b0db-7f4362816cbf",
"edit_history_tweet_ids": [
"1840435782579818760"
],
"id": "1840435782579818760"
}
}
```