Skip to content
This repository was archived by the owner on Nov 10, 2024. It is now read-only.

Commit d8401c0

Browse files
authored
Merge pull request #2 from yuval9313/feature/simplier-classes
Update readme
2 parents 8760661 + d623ddf commit d8401c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ But if you're here, you probably already knew that!
3838

3939
This package includes a number of utilities to help reduce boilerplate and reuse common functionality across projects:
4040

41+
* **Resource Class**: Create CRUD with ease the OOP way with `Resource` base class that lets you implement methods quick.
4142
* **Class Based Views**: Stop repeating the same dependencies over and over in the signature of related endpoints.
4243
* **Response-Model Inferring Router**: Let FastAPI infer the `response_model` to use based on your return type annotation.
4344
* **Repeated Tasks**: Easily trigger periodic tasks on server startup

0 commit comments

Comments
 (0)