- 16 Feb, 2021 1 commit
-
-
pgjones authored
-
- 14 Jan, 2021 1 commit
-
-
pgjones authored
This allows tags to be associated with routes with global descriptions. Thereby allowing the documentation that is displayed to be controlled by tag.
-
- 23 Dec, 2020 5 commits
-
-
pgjones authored
-
pgjones authored
This is meant for urlencoded form data, rather than multipart data. Although the latter will work if it is a flat structure. This allows for the form encoded data to be validated in much the same way as json encoded data.
-
pgjones authored
This should make it clearer in the rendered docs (and raw).
-
pgjones authored
It is a class to communicate to users that it acts like a Flask extension and alters the Quart app instance.
-
pgjones authored
This prevents a very confusing error whereby a (pydantic) model/dataclass is returned from a route without a response validation decorator. As previously without the decorator Quart would interpret the model as the response data, and try to send it as bytes which would fail confusingly.
-
- 18 Dec, 2020 4 commits
-
-
pgjones authored
-
pgjones authored
This should help users understand how to use and what the validation decorators are for.
-
pgjones authored
This should help users understand how to do this (if required).
-
pgjones authored
This allows users to ensure that routes aren't present in the docs, this includes by default the documentation routes and the Quart static route. This replaces the previous show list system (with a hide list) i.e. default show rather than default hide.
-
- 13 Dec, 2020 7 commits
-
-
pgjones authored
-
pgjones authored
This allows users to change these to URLs (or local paths) they serve themselves.
-
pgjones authored
It looks a lot nicer than the SwaggerUI (to my eye).
-
pgjones authored
Pydantic will split out sub models into a definitions list, for openapi this needs to be moved to the components and the reference prefix changed.
-
pgjones authored
This is how most people write docstrings in Python and hence works nicely.
-
pgjones authored
This means that if the route has no validation it isn't present in the openapi specification for the app.
-
pgjones authored
-
- 12 Dec, 2020 3 commits
-
-
pgjones authored
This doesn't know about the parameter type though as it isn't clear how this can be established from the Werkzeug converters nor any custom converters.
-
pgjones authored
This allows query strings to be validated and documented automatically.
-
pgjones authored
This should make it easier to manage and add features to.
-
- 08 Dec, 2020 2 commits