1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 07:30:37 +01:00

add Favoriters and Retweeters paths

This commit is contained in:
Erika 2023-07-07 21:23:53 +01:00
parent 3dbdd17fbb
commit aa4a223c7c
6 changed files with 699 additions and 0 deletions

View file

@ -80,6 +80,8 @@ paths:
$ref: ./paths/post.yaml#/paths/~1graphql~1{pathQueryId}~1DeleteTweet
/graphql/{pathQueryId}/FavoriteTweet:
$ref: ./paths/post.yaml#/paths/~1graphql~1{pathQueryId}~1FavoriteTweet
/graphql/{pathQueryId}/Favoriters:
$ref: ./paths/tweet.yaml#/paths/~1graphql~1{pathQueryId}~1Favoriters
/graphql/{pathQueryId}/Followers:
$ref: ./paths/follow.yaml#/paths/~1graphql~1{pathQueryId}~1Followers
/graphql/{pathQueryId}/Following:
@ -94,6 +96,8 @@ paths:
$ref: ./paths/timeline.yaml#/paths/~1graphql~1{pathQueryId}~1ListLatestTweetsTimeline
/graphql/{pathQueryId}/ProfileSpotlightsQuery:
$ref: ./paths/profile.yaml#/paths/~1graphql~1{pathQueryId}~1ProfileSpotlightsQuery
/graphql/{pathQueryId}/Retweeters:
$ref: ./paths/tweet.yaml#/paths/~1graphql~1{pathQueryId}~1Retweeters
/graphql/{pathQueryId}/TweetDetail:
$ref: ./paths/tweet.yaml#/paths/~1graphql~1{pathQueryId}~1TweetDetail
/graphql/{pathQueryId}/UnfavoriteTweet: