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
- Host: GitHub
- URL: https://github.com/pranavarora1895/django_textutils
- Owner: pranavarora1895
- Created: 2021-07-16T05:04:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-16T05:14:52.000Z (almost 5 years ago)
- Last Synced: 2025-06-09T05:42:45.143Z (about 1 year ago)
- Topics: django, get, post, python, rest-api
- Language: HTML
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text Utility Django App [](https://forthebadge.com) 
> ### 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!