mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
Merge branch 'main' into dev
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
commit
e7bbba9fb8
21 changed files with 410 additions and 7166 deletions
|
|
@ -1,4 +1,4 @@
|
|||
inputSpec: dist/compatible_discriminator/openapi-3.0.yaml
|
||||
inputSpec: dist/compatible/openapi-3.0.yaml
|
||||
outputDir: python_generated
|
||||
|
||||
useOneOfDiscriminatorLookup: true
|
||||
|
|
|
|||
|
|
@ -238,7 +238,7 @@ if __name__ == "__main__":
|
|||
data = json.load(f)
|
||||
|
||||
try:
|
||||
_ = pt.Errors.from_dict(data)
|
||||
_ = pt.TweetDetailResponse.from_dict(data)
|
||||
except Exception as e:
|
||||
error_dump(e)
|
||||
access_token = "AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAnNwIzUejRCOuH5E6I8xnZz4puTs%3D1Zv7ttfk8LF81IUq16cHjhLTvJu4FA33AGWWjCpTnA"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue