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
16
dist/test/paths/follow.yaml
vendored
16
dist/test/paths/follow.yaml
vendored
|
|
@ -38,7 +38,7 @@ info:
|
|||
version: 0.0.1
|
||||
openapi: 3.0.3
|
||||
paths:
|
||||
/IWP6Zt14sARO29lJT35bBw/Following:
|
||||
/graphql/IWP6Zt14sARO29lJT35bBw/Following:
|
||||
get:
|
||||
description: get user list of following
|
||||
operationId: getFollowing
|
||||
|
|
@ -47,8 +47,8 @@ paths:
|
|||
name: queryId
|
||||
required: true
|
||||
schema:
|
||||
default: IWP6Zt14sARO29lJT35bBw
|
||||
example: IWP6Zt14sARO29lJT35bBw
|
||||
default: '"IWP6Zt14sARO29lJT35bBw"'
|
||||
example: '"IWP6Zt14sARO29lJT35bBw"'
|
||||
type: string
|
||||
- in: query
|
||||
name: variables
|
||||
|
|
@ -128,8 +128,8 @@ paths:
|
|||
schema:
|
||||
type: integer
|
||||
tags:
|
||||
- UserList
|
||||
/djdTXDIk2qhd4OStqlUFeQ/Followers:
|
||||
- userList
|
||||
/graphql/djdTXDIk2qhd4OStqlUFeQ/Followers:
|
||||
get:
|
||||
description: get user list of followers
|
||||
operationId: getFollowers
|
||||
|
|
@ -138,8 +138,8 @@ paths:
|
|||
name: queryId
|
||||
required: true
|
||||
schema:
|
||||
default: djdTXDIk2qhd4OStqlUFeQ
|
||||
example: djdTXDIk2qhd4OStqlUFeQ
|
||||
default: '"djdTXDIk2qhd4OStqlUFeQ"'
|
||||
example: '"djdTXDIk2qhd4OStqlUFeQ"'
|
||||
type: string
|
||||
- in: query
|
||||
name: variables
|
||||
|
|
@ -219,4 +219,4 @@ paths:
|
|||
schema:
|
||||
type: integer
|
||||
tags:
|
||||
- UserList
|
||||
- userList
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue