Book Image

Creating APIs with Python - Django REST Framework [Video]

By : Nick Walter
5 (1)
Book Image

Creating APIs with Python - Django REST Framework [Video]

5 (1)
By: Nick Walter

Overview of this book

Django REST framework is a powerful and flexible toolkit for building web APIs. In this course, we'll be using the Django REST framework to create Python APIs. We’ll first learn what REST APIs are and how to use them. Then we’ll move on to creating a Reddit clone with API calls to make and delete posts, vote on posts, and more. Then, in section 3, we'll add API functionality to an existing Django project. In this case, we will use a Todo Woo project; you can practice with any of your existing Django projects. By the end of the course, you will be able to create APIs with Python using Django REST Framework. The code bundle for this course is available at https://github.com/PacktPublishing/Creating-APIs-with-Python---Django-REST-Framework
Table of Contents (4 chapters)
Chapter 3
Adding an API to an Existing Project
Content Locked
Section 9
Login Tokens
In this video, we'll look at login tokens.