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
8
dist/test/paths/user.yaml
vendored
8
dist/test/paths/user.yaml
vendored
|
|
@ -17,7 +17,7 @@ info:
|
|||
version: 0.0.1
|
||||
openapi: 3.0.3
|
||||
paths:
|
||||
/sLVLhk0bGj3MVFEKTdax1w/UserByScreenName:
|
||||
/graphql/sLVLhk0bGj3MVFEKTdax1w/UserByScreenName:
|
||||
get:
|
||||
description: get user by screen name
|
||||
operationId: getUserByScreenName
|
||||
|
|
@ -26,8 +26,8 @@ paths:
|
|||
name: queryId
|
||||
required: true
|
||||
schema:
|
||||
default: sLVLhk0bGj3MVFEKTdax1w
|
||||
example: sLVLhk0bGj3MVFEKTdax1w
|
||||
default: '"sLVLhk0bGj3MVFEKTdax1w"'
|
||||
example: '"sLVLhk0bGj3MVFEKTdax1w"'
|
||||
type: string
|
||||
- in: query
|
||||
name: variables
|
||||
|
|
@ -89,4 +89,4 @@ paths:
|
|||
schema:
|
||||
type: integer
|
||||
tags:
|
||||
- User
|
||||
- user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue