1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-03-07 12:39:54 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2025-05-07 23:07:17 +09:00
parent 7475af1c88
commit 594667fc68
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
3 changed files with 2 additions and 160 deletions

View file

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