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
96 stars 34 forks source link

Improvements #3

Closed jakubrohleder closed 8 years ago

jakubrohleder commented 8 years ago

Place for discussions about possible improvements / additions / api or roadmap changes for the package.

hedder commented 8 years ago

As per the spec, jsonapi can include meta, or links. Current implementation cuts them off. Would be nice to have them.

jakubrohleder commented 8 years ago

Fixed, now each get/refresh/link etc. request is resolved with meta.

After some consideration I think its better to create a new issue for each improvement, so they can be closed individually. Once again sorry for the mess.

jsenecal commented 8 years ago

You could use this issue to reference the other ones though...