mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
build
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
3419b5c0ab
commit
3a16f63cc6
40 changed files with 2367 additions and 1376 deletions
32
dist/test/paths/usertweets.yaml
vendored
32
dist/test/paths/usertweets.yaml
vendored
|
|
@ -32,7 +32,7 @@ info:
|
|||
version: 0.0.1
|
||||
openapi: 3.0.3
|
||||
paths:
|
||||
/5fmEkRT-1AdHqEsbVgehMg/Likes:
|
||||
/graphql/5fmEkRT-1AdHqEsbVgehMg/Likes:
|
||||
get:
|
||||
description: get user likes tweets
|
||||
operationId: getLikes
|
||||
|
|
@ -41,8 +41,8 @@ paths:
|
|||
name: queryId
|
||||
required: true
|
||||
schema:
|
||||
default: 5fmEkRT-1AdHqEsbVgehMg
|
||||
example: 5fmEkRT-1AdHqEsbVgehMg
|
||||
default: '"5fmEkRT-1AdHqEsbVgehMg"'
|
||||
example: '"5fmEkRT-1AdHqEsbVgehMg"'
|
||||
type: string
|
||||
- in: query
|
||||
name: variables
|
||||
|
|
@ -124,8 +124,8 @@ paths:
|
|||
schema:
|
||||
type: integer
|
||||
tags:
|
||||
- Tweet
|
||||
/HuTx74BxAnezK1gWvYY7zg/UserTweets:
|
||||
- tweet
|
||||
/graphql/HuTx74BxAnezK1gWvYY7zg/UserTweets:
|
||||
get:
|
||||
description: get user tweets
|
||||
operationId: getUserTweets
|
||||
|
|
@ -134,8 +134,8 @@ paths:
|
|||
name: queryId
|
||||
required: true
|
||||
schema:
|
||||
default: HuTx74BxAnezK1gWvYY7zg
|
||||
example: HuTx74BxAnezK1gWvYY7zg
|
||||
default: '"HuTx74BxAnezK1gWvYY7zg"'
|
||||
example: '"HuTx74BxAnezK1gWvYY7zg"'
|
||||
type: string
|
||||
- in: query
|
||||
name: variables
|
||||
|
|
@ -217,8 +217,8 @@ paths:
|
|||
schema:
|
||||
type: integer
|
||||
tags:
|
||||
- Tweet
|
||||
/RIWc55YCNyUJ-U3HHGYkdg/UserTweetsAndReplies:
|
||||
- tweet
|
||||
/graphql/RIWc55YCNyUJ-U3HHGYkdg/UserTweetsAndReplies:
|
||||
get:
|
||||
description: get user replies tweets
|
||||
operationId: getUserTweetsAndReplies
|
||||
|
|
@ -227,8 +227,8 @@ paths:
|
|||
name: queryId
|
||||
required: true
|
||||
schema:
|
||||
default: RIWc55YCNyUJ-U3HHGYkdg
|
||||
example: RIWc55YCNyUJ-U3HHGYkdg
|
||||
default: '"RIWc55YCNyUJ-U3HHGYkdg"'
|
||||
example: '"RIWc55YCNyUJ-U3HHGYkdg"'
|
||||
type: string
|
||||
- in: query
|
||||
name: variables
|
||||
|
|
@ -308,8 +308,8 @@ paths:
|
|||
schema:
|
||||
type: integer
|
||||
tags:
|
||||
- Tweet
|
||||
/YqiE3JL1KNgf9nSljYdxaA/UserMedia:
|
||||
- tweet
|
||||
/graphql/YqiE3JL1KNgf9nSljYdxaA/UserMedia:
|
||||
get:
|
||||
description: get user media tweets
|
||||
operationId: getUserMedia
|
||||
|
|
@ -318,8 +318,8 @@ paths:
|
|||
name: queryId
|
||||
required: true
|
||||
schema:
|
||||
default: YqiE3JL1KNgf9nSljYdxaA
|
||||
example: YqiE3JL1KNgf9nSljYdxaA
|
||||
default: '"YqiE3JL1KNgf9nSljYdxaA"'
|
||||
example: '"YqiE3JL1KNgf9nSljYdxaA"'
|
||||
type: string
|
||||
- in: query
|
||||
name: variables
|
||||
|
|
@ -401,4 +401,4 @@ paths:
|
|||
schema:
|
||||
type: integer
|
||||
tags:
|
||||
- Tweet
|
||||
- tweet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue