appengine-rest-server
appengine-rest-server copied to clipboard
Automatically exported from code.google.com/p/appengine-rest-server
``` When sending image files via REST as a BlobProperty (using POST "/MyModel///content), I get a following error: File "/home/mojmir/google_appengine/lib/webapp2-2.5.2/webapp2.py", line 1535, in __call__ rv = self.handle_exception(request, response, e) File...
``` Hi, I'm wondering what will happen when i use caching and paging at the same time. Will there be a issue of pages getting "out of sync?" (page 1...
``` It would be nice if there was an option to reference entities by key_name or by numeric ID, rather than key. Keys are convenient for developers because they're unique...
``` Is there any way to traverse nested datastore objects (using the reference property in a list)? e.g. ahBkZXZ-a2lla2VmZWVzdGVucgsLEgVPcmRlchgCDA Sander 2012-11-15T22:24:43.026827 ahBkZXZ-a2lla2VmZWVzdGVuchALEgpCYXNpY09yZGVyGAEM Could the item in the orders list be...
``` Not a direct problem, but at current there isn't any testing framework included with the API, which would be good to have to verify that changes don't break existing...
``` You cannot use the rest-server with ndb models. ``` Original issue reported on code.google.com by `[email protected]` on 14 May 2012 at 8:39
``` Hello, I probably should not post this as an issue but i have a question. I'm planning to use this project and i have the requirement to be able...
``` when querying an entity with empty string values the values are not returned at all. ``` Original issue reported on code.google.com by `[email protected]` on 3 Oct 2011 at 9:54
``` Is there anyway to add url extension as indicator for expected output format? Something like http://domain/resource.json would return json, and http://domain/resource.xml would return xml. ``` Original issue reported on...
``` This is an enhancement split out from issue 29. The request is for a way to retrieve actual child objects via parents. e.g. given the models: def Parent(db.Model): child...