1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 07:30:37 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-07-09 23:50:11 +09:00
parent 7d6a4d89bd
commit aac526e3d9
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
6 changed files with 635 additions and 6 deletions

View file

@ -84,6 +84,8 @@ paths:
$ref: ./paths/tweet.yaml#/paths/~1graphql~1{pathQueryId}~1Favoriters
/graphql/{pathQueryId}/Followers:
$ref: ./paths/follow.yaml#/paths/~1graphql~1{pathQueryId}~1Followers
/graphql/{pathQueryId}/FollowersYouKnow:
$ref: ./paths/follow.yaml#/paths/~1graphql~1{pathQueryId}~1FollowersYouKnow
/graphql/{pathQueryId}/Following:
$ref: ./paths/follow.yaml#/paths/~1graphql~1{pathQueryId}~1Following
/graphql/{pathQueryId}/HomeLatestTimeline:
@ -98,6 +100,8 @@ paths:
$ref: ./paths/profile.yaml#/paths/~1graphql~1{pathQueryId}~1ProfileSpotlightsQuery
/graphql/{pathQueryId}/Retweeters:
$ref: ./paths/tweet.yaml#/paths/~1graphql~1{pathQueryId}~1Retweeters
/graphql/{pathQueryId}/SearchTimeline:
$ref: ./paths/timeline.yaml#/paths/~1graphql~1{pathQueryId}~1SearchTimeline
/graphql/{pathQueryId}/TweetDetail:
$ref: ./paths/tweet.yaml#/paths/~1graphql~1{pathQueryId}~1TweetDetail
/graphql/{pathQueryId}/UnfavoriteTweet: