codingforentrepreneurs / Blog-API-with-Django-Rest-Framework

Blog API with Django Rest Framework
MIT License
356 stars 173 forks source link

Blog API with Django Rest Framework Logo

Blog API with Django Rest Framework

Create a RESTful API service for the blog we created in Try Django 1.9 and Advancing the Blog.

Lecture Code

2- Getting Started

3 - API Module & ListAPIView

4 - Serialize Model Data into JSON

5 - Serializing Objects in the Python Shell

6 - Retrieve API View aka Detail View

7 - Update & Destroy (Delete) API View

8 - Update & Delete in the Python Shell

9 - Create Serializer and Create API View

10 - Associate User with View Methods

11 - Custom Permissions

12 - Filtering a Queryset in a ListAPIView

13 - Pagination with Rest Framework

14 - Hyperlinked Identity Field for URL

15 - Serializer Method Field

16 - Comments API

17 - Comment Children & Reply Count

18 - Comments in Post Detail API View

19 - Comment Create Serializer Function Part 1

20 - Comment Create Serializer Function Part 2

21 - Comment Create Serializer Function Part 3

22 - Update & Destory Mixins

23 - Comment Detail, Update, & Delete

24 - Comment URLs & Post Get API Urls

25 - User API Setup

26 - ModelSerializer Create Method

27 - Serializer Validation

28 - Base APIView for User Login

29 - UserLogin API Validation

30 - User Detail Serializer

31 - Django Rest Framework Settings

32 - Django Rest Framework JWT & Curl Tests