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
7d6a4d89bd
commit
aac526e3d9
6 changed files with 635 additions and 6 deletions
4
dist/compatible/openapi-3.0.yaml
vendored
4
dist/compatible/openapi-3.0.yaml
vendored
|
|
@ -84,6 +84,8 @@ paths:
|
|||
$ref: ./paths/tweet.yaml#/paths/~1graphql~1{pathQueryId}~1Favoriters
|
||||
/graphql/{pathQueryId}/Followers:
|
||||
$ref: ./paths/follow.yaml#/paths/~1graphql~1{pathQueryId}~1Followers
|
||||
/graphql/{pathQueryId}/FollowersYouKnow:
|
||||
$ref: ./paths/follow.yaml#/paths/~1graphql~1{pathQueryId}~1FollowersYouKnow
|
||||
/graphql/{pathQueryId}/Following:
|
||||
$ref: ./paths/follow.yaml#/paths/~1graphql~1{pathQueryId}~1Following
|
||||
/graphql/{pathQueryId}/HomeLatestTimeline:
|
||||
|
|
@ -98,6 +100,8 @@ paths:
|
|||
$ref: ./paths/profile.yaml#/paths/~1graphql~1{pathQueryId}~1ProfileSpotlightsQuery
|
||||
/graphql/{pathQueryId}/Retweeters:
|
||||
$ref: ./paths/tweet.yaml#/paths/~1graphql~1{pathQueryId}~1Retweeters
|
||||
/graphql/{pathQueryId}/SearchTimeline:
|
||||
$ref: ./paths/timeline.yaml#/paths/~1graphql~1{pathQueryId}~1SearchTimeline
|
||||
/graphql/{pathQueryId}/TweetDetail:
|
||||
$ref: ./paths/tweet.yaml#/paths/~1graphql~1{pathQueryId}~1TweetDetail
|
||||
/graphql/{pathQueryId}/UnfavoriteTweet:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue