Hi,

This is a reworked version of $expand patches. These patches
should be applied on top of David collection patches.

How it works?

* http://localhost:3001/cimi/machines/inst0

...
<disks href="http://localhost:3001/cimi/machines/inst0/disks"; />
...

* http://localhost:3001/cimi/machines/inst0?$expand=disks

...
<disks href="http://localhost:3001/cimi/machines/inst0/disks";>
<id>http://localhost:3001/cimi/machines/inst0/disks</id>
<count>1</count>
<Disk>
<id>http://localhost:3001/cimi/machines/inst0/disks/inst0_disk_891289600</id>
<name>inst0_disk_891289600</name>
<description>DiskCollection for Machine inst0</description>
<capacity>891289600</capacity>
</Disk>
</disks>
...


  -- Michal

Reply via email to