1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 23:50:26 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-04-20 14:07:30 +09:00
commit 48e7b33775
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
16 changed files with 9 additions and 150 deletions

View file

@ -47,36 +47,6 @@ components:
name: auth_token
description: "HttpOnly cookie"
tags:
- name: timeline
description: timeline
- name: tweet
description: tweet
- name: user
description: user
- name: bookmark
description: bookmark
- name: follow
description: follow
- name: search
description: search
- name: dm
description: dm
- name: settings
description: settings
- name: notify
description: notify
# ===
- name: login required
description: login session required
- name: graphql
description: graphql
- name: login-flow
description: login flow
- name: report-flow
description: report flow
security:
- bearerAuth: []
- CsrfToken: []

View file

@ -15,9 +15,6 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/BookmarksResponse"
tags:
- "bookmark"
- "graphql"
components:
schemas:

View file

@ -15,9 +15,6 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/FollowResponse"
tags:
- "follow"
- "graphql"
/{{FollowersQuery}}/Followers:
get:
@ -30,9 +27,6 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/FollowResponse"
tags:
- "follow"
- "graphql"
components:
schemas:

View file

@ -15,9 +15,6 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/ProfileResponse"
tags:
- "user"
- "graphql"
components:
schemas:

View file

@ -15,10 +15,6 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/TimelineResponse"
tags:
- "timeline"
- "login-required"
- "graphql"
/{{HomeLatestTimelineQuery}}/HomeLatestTimeline:
get:
@ -31,10 +27,6 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/TimelineResponse"
tags:
- "timeline"
- "login-required"
- "graphql"
/{{ListLatestTweetsTimelineQuery}}/ListLatestTweetsTimeline:
get:
@ -47,10 +39,6 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/ListTweetsTimelineResponse"
tags:
- "timeline"
- "login-required"
- "graphql"
components:
schemas:

View file

@ -15,9 +15,6 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/TweetDetailResponse"
tags:
- "bookmark"
- "graphql"
components:
schemas:
@ -26,9 +23,9 @@ components:
- "data"
properties:
data:
$ref: "#/components/schemas/BookmarksResponseData"
$ref: "#/components/schemas/TweetDetailResponseData"
BookmarksResponseData:
TweetDetailResponseData:
required:
- "threaded_conversation_with_injections_v2"
properties:

View file

@ -15,9 +15,6 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/UserResponse"
tags:
- "user"
- "graphql"
components:
schemas:

View file

@ -15,9 +15,6 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/UserTweetsResponse"
tags:
- "user"
- "graphql"
/{{UserTweetsAndRepliesQuery}}/UserTweetsAndReplies:
get:
@ -30,9 +27,6 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/UserTweetsResponse"
tags:
- "user"
- "graphql"
/{{UserMediaQuery}}/UserMedia:
get:
@ -45,9 +39,6 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/UserTweetsResponse"
tags:
- "user"
- "graphql"
/{{LikesQuery}}/Likes:
get:
@ -60,9 +51,6 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/UserTweetsResponse"
tags:
- "user"
- "graphql"
components:
schemas: