jakubrohleder / angular-jsonapi

Simple and lightweight, yet powerful ORM for your frontend that seamlessly integrates with your JsonAPI server.
http://jakubrohleder.github.io/angular-jsonapi/
GNU General Public License v3.0
95 stars 34 forks source link

Nested resources #33

Open mustela opened 8 years ago

mustela commented 8 years ago

Hi there, its more of a questions, since its not that clear so far. But how does it deal with nested resources like /users/:id/phones? I can only see that you can include phones, but not call that resource directly.

Thanks!