Replies: 2 comments
-
|
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently,
starlettewill return its ownstarlette.ResponselikeJSONResponse, whileflaskandfalconreturn an inherit instance ofpydantic.BaseModel. To reduce users' work, all of these should return the frameworks' own type.On the other hand, exceptions are not caught by
spectree, so it won't verify if it's the correct format as defined.Beta Was this translation helpful? Give feedback.
All reactions