Skip to content

Commit

Permalink
Add Aeza links to README (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
cofob authored Nov 6, 2023
1 parent b54585b commit b5dfd7e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,11 @@ class ArticleSchema(BaseModel):
async def create_article(article: ArticleSchema = QueryDepends(ArticleSchema)):
return {"id": 1, "title": article.title, "content": article.content}
```

Available converters: `QueryDepends`, `BodyDepends` and `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)

This project is brought to you by the **[Aeza.net](https://aeza.net/?utm_source=github&utm_medium=hyperlink&utm_campaign=open-source&utm_id=pyfa-converter-v2) hosting provider team**.

0 comments on commit b5dfd7e

Please sign in to comment.