masvis / angular4-hal

HAL for Angular
GNU General Public License v3.0
51 stars 52 forks source link

Need help with _embedded resources #63

Closed ClementEraud closed 5 years ago

ClementEraud commented 5 years ago

Hello, I need help on how to handle embedded resources, if we take the readme example with teams and players, then what i get from my api is something like this:

{ _links:{ self: { href: {'/teams/1'} } }, _embedded: { players: [ list of resources ] } }

from what i saw, getRelationArray is looking through links but could you give me some insights on how embedded resources are handled ?

Thanks in advance,

sante85 commented 5 years ago

read readme