1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 23:50:26 +01:00

add window.__INITIAL_STATE__

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-05-20 17:23:07 +09:00
parent dbd4f43bb7
commit 5007b97d01
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
11 changed files with 521 additions and 4 deletions

View file

@ -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