1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 23:50:26 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-05-02 21:59:32 +09:00
parent 3419b5c0ab
commit 3a16f63cc6
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
40 changed files with 2367 additions and 1376 deletions

View file

@ -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