Skip to content

Commit

Permalink
Add info about available converters
Browse files Browse the repository at this point in the history
  • Loading branch information
cofob committed Nov 6, 2023
1 parent cbc4e98 commit a4e179b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a4e179b

Please sign in to comment.