In this course, you’ve learned all about the Django Ninja REST API library.
With Ninja, you can:
- Quickly wrap Django views with a decorator to create REST API endpoints
- Use type annotations to define variables and arguments
- Write
SchemaandModelSchemaclasses to encapsulate your serialization needs - Enforce authentication on your API
- Customize errors and exception handling
For more information on the topics you’ve covered in this course, check out:
