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:
parent
dbd4f43bb7
commit
5007b97d01
11 changed files with 521 additions and 4 deletions
|
|
@ -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": []},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue