You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ All **Django-Ninja** features :
20
20
Plus **Extra**:
21
21
-**Class Based**: Design your APIs in a class based fashion.
22
22
-**Permissions**: Protect endpoint(s) at ease with defined permissions and authorizations at route level or controller level.
23
-
-**Dependency Injection**: Controller classes supports dependency injection with python [**Injector**](https://injector.readthedocs.io/en/latest/) or [**django_injector**](https://github.com/blubber/django_injector). Giving you the ability to inject API dependable services at the controller class constructor and utilizing them where needed
23
+
-**Dependency Injection**: Controller classes supports dependency injection with python [**Injector**](https://injector.readthedocs.io/en/latest/) or [**django_injector**](https://github.com/blubber/django_injector). Giving you the ability to inject API dependable services to APIController class and utilizing them where needed
0 commit comments