-
Book Overview & Buying
-
Table Of Contents
Creating APIs with Python - Django REST Framework
By :
Creating APIs with Python - Django REST Framework
By:
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)
API Basics - Making a Reddit Clone
Adding an API to an Existing Project
Finishing Thoughts