mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-03-07 12:39:54 +01:00
build
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
7475af1c88
commit
594667fc68
3 changed files with 2 additions and 160 deletions
|
|
@ -48,6 +48,7 @@ class Config:
|
|||
split=-1,
|
||||
schemaType=None,
|
||||
contentType="application/json",
|
||||
ignoreKeys=["@path", "@method"],
|
||||
),
|
||||
]
|
||||
for key in ["post"]
|
||||
|
|
@ -66,6 +67,7 @@ class Config:
|
|||
split=2,
|
||||
schemaType=None,
|
||||
contentType="application/x-www-form-urlencoded",
|
||||
ignoreKeys=["@path", "@method"],
|
||||
),
|
||||
]
|
||||
for key in ["v1.1-post", "v2.0-post"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue