<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>django on Ohidur's Blog</title><link>https://blog.ohidur.com/tags/django/</link><description>Recent content in django on Ohidur's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>me@ohidur.com (Ohidur Rahman Bappy)</managingEditor><webMaster>me@ohidur.com (Ohidur Rahman Bappy)</webMaster><copyright>©{year} Ohidur.com</copyright><lastBuildDate>Sat, 16 Jan 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.ohidur.com/tags/django/index.xml" rel="self" type="application/rss+xml"/><item><title>Creating a Django REST API</title><link>https://blog.ohidur.com/posts/django-rest-todo/</link><pubDate>Sat, 16 Jan 2021 00:00:00 +0000</pubDate><author>me@ohidur.com (Ohidur Rahman Bappy)</author><atom:modified>Mon, 08 Mar 2021 14:06:10 +0600</atom:modified><guid>https://blog.ohidur.com/posts/django-rest-todo/</guid><description>There are a few key options for a REST API request:
GET — The most common option, returns some data from the API based on the endpoint you visit and any parameters you provide POST — Creates a new record that gets appended to the database PUT — Looks for a record at the given URI you provide. If it exists, update the existing record. If not, create a new record DELETE — Deletes the record at the given URI PATCH — Update individual fields of a record Install Django</description><dc:creator>Ohidur Rahman Bappy</dc:creator><category>python</category><category>django</category></item></channel></rss>