Changes between Initial Version and Version 1 of Ticket #672, comment 5


Ignore:
Timestamp:
03.10.2014 19:04:26 (10 years ago)
Author:
jri
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #672, comment 5

    initial v1  
    1111- REST APIs: When you need to include the association child topics in a response just include `include_childs=true` in the request. Your plugin must not care about loading the child topics and putting them in the response. The Core does this for you. Note: this works only if your RESTful method returns an `Association` (or a subtype) or an `Iterable<Association>` (or any Iterable subtype). See #699. 
    1212 
    13 Does this works for you? 
     13Does this work for you?