Posts

API Documentation for This Blog

API URL: https://tanzims-django-blog.herokuapp.com/api/post/

POST List API : Provides the List of posts of the blog, no login required

GET /api/post/

POST Detail API : Provides the Detail of a Post <id> required, NO login required

GET /api/post/<post_id>/

POST Create API : Allows to create a post , login required

GET /api/post/create/

POST Update API : Allows to update a post <id> required , login required

GET /api/post/<post_id>/update/

POST Delete API : Allows to d…

Read more ...
First Previous 2 3 4

Quick Access

Faster way to traverse the blog