mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
add test
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
976f6ffb14
commit
86315f25a0
16 changed files with 209 additions and 14 deletions
1
dist/compatible/paths/profile.yaml
vendored
1
dist/compatible/paths/profile.yaml
vendored
|
|
@ -15,7 +15,6 @@ components:
|
|||
UserResultByScreenName:
|
||||
properties:
|
||||
id:
|
||||
pattern: ^[0-9a-zA-Z]+$
|
||||
type: string
|
||||
result:
|
||||
$ref: '#/components/schemas/UserResultByScreenNameResult'
|
||||
|
|
|
|||
4
dist/compatible/paths/tweet.yaml
vendored
4
dist/compatible/paths/tweet.yaml
vendored
|
|
@ -44,7 +44,7 @@ paths:
|
|||
/graphql/{pathQueryId}/Favoriters:
|
||||
get:
|
||||
description: get tweet favoriters
|
||||
operationId: getTweetFavoriters
|
||||
operationId: getFavoriters
|
||||
parameters:
|
||||
- in: path
|
||||
name: pathQueryId
|
||||
|
|
@ -128,7 +128,7 @@ paths:
|
|||
/graphql/{pathQueryId}/Retweeters:
|
||||
get:
|
||||
description: get tweet retweeters
|
||||
operationId: getTweetRetweeters
|
||||
operationId: getRetweeters
|
||||
parameters:
|
||||
- in: path
|
||||
name: pathQueryId
|
||||
|
|
|
|||
1
dist/compatible/schemas/content.yaml
vendored
1
dist/compatible/schemas/content.yaml
vendored
|
|
@ -60,7 +60,6 @@ components:
|
|||
ModuleItem:
|
||||
properties:
|
||||
entryId:
|
||||
pattern: ^[a-z\-]+[0-9]+$
|
||||
type: string
|
||||
item:
|
||||
$ref: '#/components/schemas/ModuleEntry'
|
||||
|
|
|
|||
1
dist/docs/paths/profile.yaml
vendored
1
dist/docs/paths/profile.yaml
vendored
|
|
@ -15,7 +15,6 @@ components:
|
|||
UserResultByScreenName:
|
||||
properties:
|
||||
id:
|
||||
pattern: ^[0-9a-zA-Z]+$
|
||||
type: string
|
||||
result:
|
||||
$ref: '#/components/schemas/UserResultByScreenNameResult'
|
||||
|
|
|
|||
4
dist/docs/paths/tweet.yaml
vendored
4
dist/docs/paths/tweet.yaml
vendored
|
|
@ -44,7 +44,7 @@ paths:
|
|||
/graphql/{pathQueryId}/Favoriters:
|
||||
get:
|
||||
description: get tweet favoriters
|
||||
operationId: getTweetFavoriters
|
||||
operationId: getFavoriters
|
||||
parameters:
|
||||
- in: path
|
||||
name: pathQueryId
|
||||
|
|
@ -223,7 +223,7 @@ paths:
|
|||
/graphql/{pathQueryId}/Retweeters:
|
||||
get:
|
||||
description: get tweet retweeters
|
||||
operationId: getTweetRetweeters
|
||||
operationId: getRetweeters
|
||||
parameters:
|
||||
- in: path
|
||||
name: pathQueryId
|
||||
|
|
|
|||
1
dist/docs/schemas/content.yaml
vendored
1
dist/docs/schemas/content.yaml
vendored
|
|
@ -60,7 +60,6 @@ components:
|
|||
ModuleItem:
|
||||
properties:
|
||||
entryId:
|
||||
pattern: ^[a-z\-]+[0-9]+$
|
||||
type: string
|
||||
item:
|
||||
$ref: '#/components/schemas/ModuleEntry'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue