asolfre / appengine-rest-server

Automatically exported from code.google.com/p/appengine-rest-server
Other
0 stars 0 forks source link

ability to retrieve child objects via references to parent properties #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 = db.ReferenceProperty(Child)

def Child(db.Model):

currently, the url "http:{service}//rest/Parent/{Parent_Key}/child" would 
return you the key of the child object.  the request is for an alternate syntax 
the would return the actual Child object.

Original issue reported on code.google.com by jahlborn@gmail.com on 10 Apr 2011 at 11:56

GoogleCodeExporter commented 9 years ago
Was this solved?

Original comment by juran...@gmail.com on 16 Apr 2013 at 5:11

GoogleCodeExporter commented 9 years ago
nope, that's why this issue is still open.

Original comment by jahlborn@gmail.com on 17 Apr 2013 at 12:11