Using django trunk r13359 and django piston, I created a small restful service that stores string values.
I\'m working with django-piston to attempt to create an API that supports oAuth. I started out using the tutorial at:
Suppose I have a url like: http://example.com/get-users which returns a JSON object of all users. But, I don\'t want anyone (or any bots) to be able to go to this url to fetch this information. I wa
I\'m trying to PUT data using libcurl to mimic the command curl -u test:test -X PUT --data-binary @data.yaml \"http://127.0.0.1:8000/foo/\"
Note: (I\'ve updated this since the first two suggestions... you can view the old post in txt form here: http://bennyland.com/old-2554127.txt).The update I made was to better understand what was going
How can I include an HTTP header, such as Cache-Contr开发者_StackOverflow社区ol or Last-Modified, in the response to a django-piston call?You can wrap it in your urls.py following the procedure in the
I am working on a Silverlight project that uses Django on the server using piston for the REST API. I understand that Silverlight doesn\'t support the PUT and DELETE http verbs. Is there another way i
I am pulling my hair out here because this isn\'t working for me and seems like it should be. I am using Django-Piston to develop an API and have 2 models, Building and Building Area.
I am putting the finishing touches on an API I have written for a Django app utilizing django-piston. The API is able to search by request or IP address which are Request or IPAddress instances respec
I am using piston and I would like to spit out a custom format for my response. My model is something like this: