AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Building an API With Django REST Framework
REST is an architecture style only from the year 2000, Roy Fielding did it as his dissertation. It's basically a set of rules or suggestions for how to structure an API. And really what it does is it makes you learn HTTP, hypertext transfer protocol. So if you want to build an API with Django, what are you going to use? You're going to use Django REST framework.