Home
About
Blog
Courses
Contact
More about Django
· Module 11 - Building an API
11.1 Do you need an API?
14 min
Back to the curriculum
Video coming soon
The recording for this lesson has not been published yet.
What we cover
Who consumes the API: mobile, JS, partners
Cost of maintaining two interfaces
HTMX as an alternative to an API
Designing resources before writing code
Written notes for this lesson are being prepared. The outline above already shows what the recording will cover.
← 10.5 Monitoring your workers
11.2 Django REST Framework basics →
After this lesson you will
Decide whether your project really needs an API
Compare server-rendered and API-first designs
Module 11
11.1
Do you need an API?
11.2
Django REST Framework basics
11.3
Authentication and permissions for APIs
11.4
Documenting the API
11.5
A quick look at Django Ninja