Skip to content Skip to sidebar Skip to footer
Showing posts with the label Rest

Should I Use Jwt Or Basic Token Authentication In Django Rest Framework?

I'm about to implement Token Authentication in my API using Django Rest Framework. But I'm … Read more Should I Use Jwt Or Basic Token Authentication In Django Rest Framework?

Creating A Rest Api For A Django Application

I was given an assignment where I have to create an application API (REST) using the Django technol… Read more Creating A Rest Api For A Django Application

Simultaneously Run Post In Python

I am trying to upload 100,000 data points to a web service backend. If I run it one at a time, it w… Read more Simultaneously Run Post In Python

Python 3 Script To Upload A File To A Rest Url (multipart Request)

I am fairly new to Python and using Python 3.2. I am trying to write a python script that will pick… Read more Python 3 Script To Upload A File To A Rest Url (multipart Request)

Dynamically Modifying Serializer Fields In Django Rest Framework

I'm trying to use the Advanced serializer usage described in the django rest framework document… Read more Dynamically Modifying Serializer Fields In Django Rest Framework

Restful Web Services Consumed By Web And Native Mobile Apps With Authentication In Python Using Django Framework

I have to write RESTFUL web-services with authentication in python using django framework which wil… Read more Restful Web Services Consumed By Web And Native Mobile Apps With Authentication In Python Using Django Framework