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
161
dist/docs/paths/post.yaml
vendored
161
dist/docs/paths/post.yaml
vendored
|
|
@ -136,11 +136,18 @@ info:
|
|||
version: 0.0.1
|
||||
openapi: 3.0.3
|
||||
paths:
|
||||
/1RyAhNwby-gzGCRVsMxKbQ/CreateTweet:
|
||||
/graphql/1RyAhNwby-gzGCRVsMxKbQ/CreateTweet:
|
||||
post:
|
||||
description: create Tweet
|
||||
operationId: postCreateTweet
|
||||
parameters:
|
||||
- in: query
|
||||
name: queryId
|
||||
required: true
|
||||
schema:
|
||||
default: 1RyAhNwby-gzGCRVsMxKbQ
|
||||
example: 1RyAhNwby-gzGCRVsMxKbQ
|
||||
type: string
|
||||
- in: query
|
||||
name: variables
|
||||
required: true
|
||||
|
|
@ -322,12 +329,19 @@ paths:
|
|||
schema:
|
||||
type: integer
|
||||
tags:
|
||||
- Post
|
||||
/VaenaVgh5q5ih7kvyVjgtg/DeleteTweet:
|
||||
- post
|
||||
/graphql/VaenaVgh5q5ih7kvyVjgtg/DeleteTweet:
|
||||
post:
|
||||
description: delete Retweet
|
||||
operationId: postDeleteTweet
|
||||
parameters:
|
||||
- in: query
|
||||
name: queryId
|
||||
required: true
|
||||
schema:
|
||||
default: VaenaVgh5q5ih7kvyVjgtg
|
||||
example: VaenaVgh5q5ih7kvyVjgtg
|
||||
type: string
|
||||
- in: query
|
||||
name: variables
|
||||
required: true
|
||||
|
|
@ -340,6 +354,13 @@ paths:
|
|||
required:
|
||||
- tweet_id
|
||||
type: object
|
||||
- in: query
|
||||
name: features
|
||||
required: true
|
||||
schema:
|
||||
properties: {}
|
||||
required: []
|
||||
type: object
|
||||
responses:
|
||||
'200':
|
||||
content:
|
||||
|
|
@ -382,23 +403,40 @@ paths:
|
|||
schema:
|
||||
type: integer
|
||||
tags:
|
||||
- Post
|
||||
/ZYKSe-w7KEslx3JhSIk5LA/UnfavoriteTweet:
|
||||
- post
|
||||
/graphql/ZYKSe-w7KEslx3JhSIk5LA/UnfavoriteTweet:
|
||||
post:
|
||||
description: unfavorite Tweet
|
||||
operationId: postUnfavoriteTweet
|
||||
parameters:
|
||||
- in: query
|
||||
name: variables
|
||||
name: queryId
|
||||
required: true
|
||||
schema:
|
||||
default: ZYKSe-w7KEslx3JhSIk5LA
|
||||
example: ZYKSe-w7KEslx3JhSIk5LA
|
||||
type: string
|
||||
- in: query
|
||||
name: Parameters
|
||||
required: true
|
||||
schema:
|
||||
properties:
|
||||
tweet_id:
|
||||
default: '1349129669258448897'
|
||||
example: '1349129669258448897'
|
||||
type: string
|
||||
features:
|
||||
properties: {}
|
||||
required: []
|
||||
type: object
|
||||
variables:
|
||||
properties:
|
||||
tweet_id:
|
||||
default: '1349129669258448897'
|
||||
example: '1349129669258448897'
|
||||
type: string
|
||||
required:
|
||||
- tweet_id
|
||||
type: object
|
||||
required:
|
||||
- tweet_id
|
||||
- variables
|
||||
- features
|
||||
type: object
|
||||
responses:
|
||||
'200':
|
||||
|
|
@ -442,23 +480,40 @@ paths:
|
|||
schema:
|
||||
type: integer
|
||||
tags:
|
||||
- Post
|
||||
/iQtK4dl5hBmXewYZuEOKVw/DeleteRetweet:
|
||||
- post
|
||||
/graphql/iQtK4dl5hBmXewYZuEOKVw/DeleteRetweet:
|
||||
post:
|
||||
description: delete Retweet
|
||||
operationId: postDeleteRetweet
|
||||
parameters:
|
||||
- in: query
|
||||
name: variables
|
||||
name: queryId
|
||||
required: true
|
||||
schema:
|
||||
default: iQtK4dl5hBmXewYZuEOKVw
|
||||
example: iQtK4dl5hBmXewYZuEOKVw
|
||||
type: string
|
||||
- in: query
|
||||
name: Parameters
|
||||
required: true
|
||||
schema:
|
||||
properties:
|
||||
tweet_id:
|
||||
default: '1349129669258448897'
|
||||
example: '1349129669258448897'
|
||||
type: string
|
||||
features:
|
||||
properties: {}
|
||||
required: []
|
||||
type: object
|
||||
variables:
|
||||
properties:
|
||||
tweet_id:
|
||||
default: '1349129669258448897'
|
||||
example: '1349129669258448897'
|
||||
type: string
|
||||
required:
|
||||
- tweet_id
|
||||
type: object
|
||||
required:
|
||||
- tweet_id
|
||||
- variables
|
||||
- features
|
||||
type: object
|
||||
responses:
|
||||
'200':
|
||||
|
|
@ -502,23 +557,40 @@ paths:
|
|||
schema:
|
||||
type: integer
|
||||
tags:
|
||||
- Post
|
||||
/lI07N6Otwv1PhnEgXILM7A/FavoriteTweet:
|
||||
- post
|
||||
/graphql/lI07N6Otwv1PhnEgXILM7A/FavoriteTweet:
|
||||
post:
|
||||
description: favorite Tweet
|
||||
operationId: postFavoriteTweet
|
||||
parameters:
|
||||
- in: query
|
||||
name: variables
|
||||
name: queryId
|
||||
required: true
|
||||
schema:
|
||||
default: lI07N6Otwv1PhnEgXILM7A
|
||||
example: lI07N6Otwv1PhnEgXILM7A
|
||||
type: string
|
||||
- in: query
|
||||
name: Parameters
|
||||
required: true
|
||||
schema:
|
||||
properties:
|
||||
tweet_id:
|
||||
default: '1349129669258448897'
|
||||
example: '1349129669258448897'
|
||||
type: string
|
||||
features:
|
||||
properties: {}
|
||||
required: []
|
||||
type: object
|
||||
variables:
|
||||
properties:
|
||||
tweet_id:
|
||||
default: '1349129669258448897'
|
||||
example: '1349129669258448897'
|
||||
type: string
|
||||
required:
|
||||
- tweet_id
|
||||
type: object
|
||||
required:
|
||||
- tweet_id
|
||||
- variables
|
||||
- features
|
||||
type: object
|
||||
responses:
|
||||
'200':
|
||||
|
|
@ -562,23 +634,40 @@ paths:
|
|||
schema:
|
||||
type: integer
|
||||
tags:
|
||||
- Post
|
||||
/ojPdsZsimiJrUGLR1sjUtA/CreateRetweet:
|
||||
- post
|
||||
/graphql/ojPdsZsimiJrUGLR1sjUtA/CreateRetweet:
|
||||
post:
|
||||
description: create Retweet
|
||||
operationId: postCreateRetweet
|
||||
parameters:
|
||||
- in: query
|
||||
name: variables
|
||||
name: queryId
|
||||
required: true
|
||||
schema:
|
||||
default: ojPdsZsimiJrUGLR1sjUtA
|
||||
example: ojPdsZsimiJrUGLR1sjUtA
|
||||
type: string
|
||||
- in: query
|
||||
name: Parameters
|
||||
required: true
|
||||
schema:
|
||||
properties:
|
||||
tweet_id:
|
||||
default: '1349129669258448897'
|
||||
example: '1349129669258448897'
|
||||
type: string
|
||||
features:
|
||||
properties: {}
|
||||
required: []
|
||||
type: object
|
||||
variables:
|
||||
properties:
|
||||
tweet_id:
|
||||
default: '1349129669258448897'
|
||||
example: '1349129669258448897'
|
||||
type: string
|
||||
required:
|
||||
- tweet_id
|
||||
type: object
|
||||
required:
|
||||
- tweet_id
|
||||
- variables
|
||||
- features
|
||||
type: object
|
||||
responses:
|
||||
'200':
|
||||
|
|
@ -622,4 +711,4 @@ paths:
|
|||
schema:
|
||||
type: integer
|
||||
tags:
|
||||
- Post
|
||||
- post
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue