From a4e179bf378653240c8d7bb1f11f8867140ff2f7 Mon Sep 17 00:00:00 2001 From: cofob Date: Tue, 7 Nov 2023 00:04:15 +0700 Subject: [PATCH] Add info about available converters --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 35d80fc..41c3c51 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ async def create_article(article: ArticleSchema = QueryDepends(ArticleSchema)): return {"id": 1, "title": article.title, "content": article.content} ``` +Available converters: `QueryDepends`, `BodyDepends`, `FormDepends`. You can add new types via `PyFaDepends`. + ## Credits [![aeza logo](https://w3s.link/ipfs/bafybeibdusnw63pr4a6otvtl6eqrydw7vi7l2r6q5p4woyltthmiipj77u/logo.png)](https://aeza.net/?utm_source=github&utm_medium=banner&utm_campaign=open-source&utm_id=pyfa-converter-v2)