mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 07:30:37 +01:00
add window.__INITIAL_STATE__
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
dbd4f43bb7
commit
5007b97d01
11 changed files with 521 additions and 4 deletions
4
dist/docs/openapi-3.0.yaml
vendored
4
dist/docs/openapi-3.0.yaml
vendored
|
|
@ -101,6 +101,8 @@ paths:
|
|||
$ref: ./paths/tweet.yaml#/paths/~1graphql~1wNNG8DBB8EaXw1lq4vFWGA~1TweetDetail
|
||||
/graphql/zhX91JE87mWvfprhYE97xA/HomeLatestTimeline:
|
||||
$ref: ./paths/timeline.yaml#/paths/~1graphql~1zhX91JE87mWvfprhYE97xA~1HomeLatestTimeline
|
||||
/other:
|
||||
$ref: ./paths/other.yaml#/paths/~1other
|
||||
security:
|
||||
- bearerAuth: []
|
||||
- CsrfToken: []
|
||||
|
|
@ -128,3 +130,5 @@ tags:
|
|||
name: v2.0-get
|
||||
- description: legacy APIs post
|
||||
name: v2.0-post
|
||||
- description: other
|
||||
name: other
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue