mikekelly / hal-browser

An API browser for the hal+json media type
MIT License
835 stars 157 forks source link

Enables nested embedded resources #73

Closed cnagel closed 8 years ago

cnagel commented 8 years ago

If there exist embedded resources in an embedded resource first one are not displayed by the HalBrowser. This pull request extends the embeddedResource view to collect all embedded resources in a recursive fashion. In the end, the HalBrowser displays nested embedded resources too.

mikekelly commented 8 years ago

thanks, sorry this sat here so long