mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 07:30:37 +01:00
build
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
ff542ebb2d
commit
29e05d162f
4 changed files with 366 additions and 0 deletions
4
dist/docs/openapi-3.0.yaml
vendored
4
dist/docs/openapi-3.0.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue