You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ This FastAPI plugin allow you to automatically format any errors as Problem deta
18
18
-[Documenting your custom problems details](#documenting-your-custom-problems-details)
19
19
-[Troubleshooting](#troubleshooting)
20
20
-[Problem "default" openapi response is not added into additional FastAPI routers routes](#problem-default-openapi-response-is-not-added-into-additional-fastapi-routers-routes)
21
+
-[TODOs](#todos)
21
22
22
23
## Getting Started
23
24
@@ -553,3 +554,8 @@ problem.init_app(app)
553
554
problem.init_app(app)
554
555
app.include_router(v1)
555
556
```
557
+
558
+
## TODOs
559
+
560
+
- Put the `Problem` schema in API openapi definitions to be reused accross the API and use a reference in response
0 commit comments