Top "Tastypie" questions

Tastypie is a reusable Django App and is suitable for providing an API to any application without having to modify the sources of that app.

How to change status of JsonResponse in Django

My API is returning a JSON object on error but the status code is HTTP 200: response = JsonResponse({'status': 'false', 'message': …

python python-3.x django python-2.7 tastypie
'Request header field Authorization is not allowed' error - Tastypie

I am getting the following error while using ApiKeyAuthentication for my Tastypie resources when I try to do an HTTP …

javascript django backbone.js tastypie
Token key authentication in Postman

How do I make the below token based authentication call in Postman? curl -H "Authorization: ApiKey dan:ab104c54c6…

tastypie postman
What Python framework for a REST/JSON web service with no front end?

I need to create a Python REST/JSON web service for an iOS app to interact with. There will be …

python json web-services rest tastypie
Whats the simplest and safest method to generate a API KEY and SECRET in Python

I need to generate a API key and Secret that would be stored in a Redis server. What would be …

python django tastypie
Download anchor link with authorization header

I have a link that I would like to add to my javascript (Marionette/Backbone) single page application that will …

javascript html http backbone.js tastypie
appending multiple querystring variables with curl

I keep getting a 401 response when I try to use authentication = ApiKeyAuthentication() in my ModelResource. I looked at Django Tastypie: …

django curl tastypie
Django & TastyPie: request.POST is empty

I'm trying to do a POST using curl: curl --dump-header - -H "Content-Type: application/json" -X POST --data '{"item_…

django tastypie
DataTables: Custom Response Handling

I started working on AngularJS and DataTables and wonder whether it is possible to customize the response DataTables is expecting. …

ajax django angularjs datatable tastypie