1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 15:40: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

@ -50,7 +50,8 @@ class Config:
),
]
for key in ["v1.1-post", "v2.0-post"]
},
}
| {"other": []},
},
"dart": {
"openapi": [],
@ -101,7 +102,8 @@ class Config:
),
]
for key in ["v1.1-post", "v2.0-post"]
},
}
| {"other": []},
},
"typescript": {
"openapi": [AddSecuritySchemesOnSecuritySchemes()],
@ -136,7 +138,8 @@ class Config:
),
]
for key in ["v1.1-get", "v1.1-post", "v2.0-get", "v2.0-post"]
},
}
| {"other": []},
},
"test": {
"openapi": [AddSecuritySchemesOnSecuritySchemes()],
@ -171,6 +174,7 @@ class Config:
),
]
for key in ["v1.1-get", "v1.1-post", "v2.0-get", "v2.0-post"]
},
}
| {"other": []},
},
}