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
24
dist/test/paths/timeline.yaml
vendored
24
dist/test/paths/timeline.yaml
vendored
|
|
@ -47,7 +47,7 @@ info:
|
|||
version: 0.0.1
|
||||
openapi: 3.0.3
|
||||
paths:
|
||||
/2TemLyqrMpTeAmysdbnVqw/ListLatestTweetsTimeline:
|
||||
/graphql/2TemLyqrMpTeAmysdbnVqw/ListLatestTweetsTimeline:
|
||||
get:
|
||||
description: get tweet list of timeline
|
||||
operationId: getListLatestTweetsTimeline
|
||||
|
|
@ -56,8 +56,8 @@ paths:
|
|||
name: queryId
|
||||
required: true
|
||||
schema:
|
||||
default: 2TemLyqrMpTeAmysdbnVqw
|
||||
example: 2TemLyqrMpTeAmysdbnVqw
|
||||
default: '"2TemLyqrMpTeAmysdbnVqw"'
|
||||
example: '"2TemLyqrMpTeAmysdbnVqw"'
|
||||
type: string
|
||||
- in: query
|
||||
name: variables
|
||||
|
|
@ -135,8 +135,8 @@ paths:
|
|||
schema:
|
||||
type: integer
|
||||
tags:
|
||||
- Tweet
|
||||
/HCosKfLNW1AcOo3la3mMgg/HomeTimeline:
|
||||
- tweet
|
||||
/graphql/HCosKfLNW1AcOo3la3mMgg/HomeTimeline:
|
||||
get:
|
||||
description: get tweet list of timeline
|
||||
operationId: getHomeTimeline
|
||||
|
|
@ -145,8 +145,8 @@ paths:
|
|||
name: queryId
|
||||
required: true
|
||||
schema:
|
||||
default: HCosKfLNW1AcOo3la3mMgg
|
||||
example: HCosKfLNW1AcOo3la3mMgg
|
||||
default: '"HCosKfLNW1AcOo3la3mMgg"'
|
||||
example: '"HCosKfLNW1AcOo3la3mMgg"'
|
||||
type: string
|
||||
- in: query
|
||||
name: variables
|
||||
|
|
@ -226,8 +226,8 @@ paths:
|
|||
schema:
|
||||
type: integer
|
||||
tags:
|
||||
- Tweet
|
||||
/zhX91JE87mWvfprhYE97xA/HomeLatestTimeline:
|
||||
- tweet
|
||||
/graphql/zhX91JE87mWvfprhYE97xA/HomeLatestTimeline:
|
||||
get:
|
||||
description: get tweet list of timeline
|
||||
operationId: getHomeLatestTimeline
|
||||
|
|
@ -236,8 +236,8 @@ paths:
|
|||
name: queryId
|
||||
required: true
|
||||
schema:
|
||||
default: zhX91JE87mWvfprhYE97xA
|
||||
example: zhX91JE87mWvfprhYE97xA
|
||||
default: '"zhX91JE87mWvfprhYE97xA"'
|
||||
example: '"zhX91JE87mWvfprhYE97xA"'
|
||||
type: string
|
||||
- in: query
|
||||
name: variables
|
||||
|
|
@ -317,4 +317,4 @@ paths:
|
|||
schema:
|
||||
type: integer
|
||||
tags:
|
||||
- Tweet
|
||||
- tweet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue