<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Anupam Sharma</title>
    <description>The latest articles on DEV Community by Anupam Sharma (@anpscp).</description>
    <link>https://dev.to/anpscp</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F952006%2F9e2b4c63-892c-4026-af1c-5b8c304bdbdb.png</url>
      <title>DEV Community: Anupam Sharma</title>
      <link>https://dev.to/anpscp</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anpscp"/>
    <language>en</language>
    <item>
      <title>REST APIs for Django models with less efforts</title>
      <dc:creator>Anupam Sharma</dc:creator>
      <pubDate>Wed, 26 Oct 2022 16:37:15 +0000</pubDate>
      <link>https://dev.to/anpscp/rest-apis-for-django-models-with-less-efforts-3e46</link>
      <guid>https://dev.to/anpscp/rest-apis-for-django-models-with-less-efforts-3e46</guid>
      <description>&lt;p&gt;Written a small utility that helps to create REST APIs for Django models with less efforts. This is for developers using &lt;code&gt;Django REST Framework&lt;/code&gt; to write REST APIs. One just need to use a decorator with a model to expose REST APIs for that model. There are customisation options available to tweak the default behaviour. Have a look if interested. Looking for collaboration.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Documentation: &lt;a href="https://anp-scp.github.io/django-to-rest"&gt;https://anp-scp.github.io/django-to-rest&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Source Code: &lt;a href="https://github.com/anp-scp/django-to-rest"&gt;https://github.com/anp-scp/django-to-rest&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>django</category>
      <category>python</category>
      <category>djangorestframework</category>
      <category>rest</category>
    </item>
  </channel>
</rss>
