An open API service indexing awesome lists of open source software.

https://github.com/pranavarora1895/django_textutils

Django Text Utility App
https://github.com/pranavarora1895/django_textutils

django get post python rest-api

Last synced: 2 months ago
JSON representation

Django Text Utility App

Awesome Lists containing this project

README

          

# Text Utility Django App [![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com) Django

> ### Usage of REST APIs are showcased in this project:

When should we use:

* **GET Request** - When you request non-critical data such as getting any url or webpage, you use GET Method. It is implemented by default. It has certain limit.
* **POST Request** - When you request a critical information such as your username, password and you dont want it to show in url, you use POST method. It has some headers which make it secure. We need to mention csrf token with it.

* Follow Me On Instagram at [Pranav Arora](https://www.instagram.com/arorapranav187)
* Lets Get Connected on Linkedin at [Pranav Arora](https://www.linkedin.com/in/pranav-arora-354b71bb/)

### ThankYou!