linaGirl / ee-soa-transport-rest

restful transport implementation for ee-soa
0 stars 0 forks source link

Root request is included in the sub requests #19

Closed rcky closed 10 years ago

rcky commented 10 years ago

When doing selects, the subrequests contain a requests to the root entity itself:

GET /entity/id HTTP/1.1
Select: otherEntity.id

Subrequests get the form:

{
  "collection": "entity",
  "subRequests":[
    {}
  ]
}

The entity collection should not be included.