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-10 10:01:07 +09:00
parent ff542ebb2d
commit 29e05d162f
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
4 changed files with 366 additions and 0 deletions

View file

@ -106,6 +106,8 @@ paths:
$ref: ./paths/tweet.yaml#/paths/~1graphql~1{pathQueryId}~1TweetDetail
/graphql/{pathQueryId}/UnfavoriteTweet:
$ref: ./paths/post.yaml#/paths/~1graphql~1{pathQueryId}~1UnfavoriteTweet
/graphql/{pathQueryId}/UserByRestId:
$ref: ./paths/user.yaml#/paths/~1graphql~1{pathQueryId}~1UserByRestId
/graphql/{pathQueryId}/UserByScreenName:
$ref: ./paths/user.yaml#/paths/~1graphql~1{pathQueryId}~1UserByScreenName
/graphql/{pathQueryId}/UserMedia:
@ -114,6 +116,8 @@ paths:
$ref: ./paths/usertweets.yaml#/paths/~1graphql~1{pathQueryId}~1UserTweets
/graphql/{pathQueryId}/UserTweetsAndReplies:
$ref: ./paths/usertweets.yaml#/paths/~1graphql~1{pathQueryId}~1UserTweetsAndReplies
/graphql/{pathQueryId}/UsersByRestIds:
$ref: ./paths/user.yaml#/paths/~1graphql~1{pathQueryId}~1UsersByRestIds
/other:
$ref: ./paths/other.yaml#/paths/~1other
security: