mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
update builder
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
c22926614e
commit
3419b5c0ab
19 changed files with 539 additions and 480 deletions
|
|
@ -4,7 +4,7 @@ info:
|
|||
version: 0.0.1
|
||||
|
||||
paths:
|
||||
/{{FavoriteTweetQuery}}/FavoriteTweet:
|
||||
/graphql/{{queryId}}/FavoriteTweet:
|
||||
post:
|
||||
operationId: postFavoriteTweet
|
||||
description: favorite Tweet
|
||||
|
|
@ -16,9 +16,9 @@ paths:
|
|||
schema:
|
||||
$ref: "#/components/schemas/FavoriteTweetResponseData"
|
||||
tags:
|
||||
- "Post"
|
||||
- "post"
|
||||
|
||||
/{{UnfavoriteTweetQuery}}/UnfavoriteTweet:
|
||||
/graphql/{{queryId}}/UnfavoriteTweet:
|
||||
post:
|
||||
operationId: postUnfavoriteTweet
|
||||
description: unfavorite Tweet
|
||||
|
|
@ -30,9 +30,9 @@ paths:
|
|||
schema:
|
||||
$ref: "#/components/schemas/UnfavoriteTweetResponseData"
|
||||
tags:
|
||||
- "Post"
|
||||
- "post"
|
||||
|
||||
/{{CreateRetweetQuery}}/CreateRetweet:
|
||||
/graphql/{{queryId}}/CreateRetweet:
|
||||
post:
|
||||
operationId: postCreateRetweet
|
||||
description: create Retweet
|
||||
|
|
@ -44,9 +44,9 @@ paths:
|
|||
schema:
|
||||
$ref: "#/components/schemas/CreateRetweetResponse"
|
||||
tags:
|
||||
- "Post"
|
||||
- "post"
|
||||
|
||||
/{{DeleteRetweetQuery}}/DeleteRetweet:
|
||||
/graphql/{{queryId}}/DeleteRetweet:
|
||||
post:
|
||||
operationId: postDeleteRetweet
|
||||
description: delete Retweet
|
||||
|
|
@ -58,9 +58,9 @@ paths:
|
|||
schema:
|
||||
$ref: "#/components/schemas/DeleteRetweetResponse"
|
||||
tags:
|
||||
- "Post"
|
||||
- "post"
|
||||
|
||||
/{{CreateTweetQuery}}/CreateTweet:
|
||||
/graphql/{{queryId}}/CreateTweet:
|
||||
post:
|
||||
operationId: postCreateTweet
|
||||
description: create Tweet
|
||||
|
|
@ -72,9 +72,9 @@ paths:
|
|||
schema:
|
||||
$ref: "#/components/schemas/CreateTweetResponse"
|
||||
tags:
|
||||
- "Post"
|
||||
- "post"
|
||||
|
||||
/{{DeleteTweetQuery}}/DeleteTweet:
|
||||
/graphql/{{queryId}}/DeleteTweet:
|
||||
post:
|
||||
operationId: postDeleteTweet
|
||||
description: delete Retweet
|
||||
|
|
@ -86,7 +86,7 @@ paths:
|
|||
schema:
|
||||
$ref: "#/components/schemas/DeleteTweetResponse"
|
||||
tags:
|
||||
- "Post"
|
||||
- "post"
|
||||
|
||||
components:
|
||||
schemas:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue