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-08-22 10:57:56 +09:00
parent dc4d5a90f6
commit a45f91318e
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
4 changed files with 289 additions and 0 deletions

View file

@ -104,6 +104,8 @@ paths:
$ref: ./paths/timeline.yaml#/paths/~1graphql~1{pathQueryId}~1SearchTimeline
/graphql/{pathQueryId}/TweetDetail:
$ref: ./paths/tweet.yaml#/paths/~1graphql~1{pathQueryId}~1TweetDetail
/graphql/{pathQueryId}/TweetResultByRestId:
$ref: ./paths/tweet.yaml#/paths/~1graphql~1{pathQueryId}~1TweetResultByRestId
/graphql/{pathQueryId}/UnfavoriteTweet:
$ref: ./paths/post.yaml#/paths/~1graphql~1{pathQueryId}~1UnfavoriteTweet
/graphql/{pathQueryId}/UserByRestId: