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

Merge pull request #34 from fa0311/dev

add TweetResultByRestId
This commit is contained in:
ふぁ 2023-08-22 11:01:38 +09:00 committed by GitHub
commit 591bddfa47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 353 additions and 2 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: