Create a RESTful API service for the blog we created in Try Django 1.9 and Advancing the Blog.
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
12 - Filtering a Queryset in a ListAPIView
13 - Pagination with Rest Framework
14 - Hyperlinked Identity Field for URL
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
23 - Comment Detail, Update, & Delete
24 - Comment URLs & Post Get API Urls
26 - ModelSerializer Create Method
28 - Base APIView for User Login