Dmitry Plaksunov
Results
1
issues of
Dmitry Plaksunov
In this moment ninja use decorator param to find response schema. `@api.post('/login', response={200: Token, 401: Message, 402: Message})` `@api.get("/tasks", response=List[TaskSchema])` `@api.post("/users/", response=UserOut)` I think we should use python annotation like...