angular-restmod
angular-restmod copied to clipboard
json api and "attributes"
Is it possible that the standard AMS style is not parsing the "attributes" properly? I am following the jsonapi.org specs, but see nothing implemented here for attributes property.
:+1: I'm going to try to implement a new style that uses the jsonapi.org spec. Let me know if you want to help out.
Awesome! I am pretty green on this, but would love to help with user testing!
JSON API 1.0 has a angular implementation "angular-jsonapi". It seems to be a better choice when it is cumbersome to write a new style for that in angular-restmod
And after try out some codes myself, I think it may be better to keep attributes
the way it is. After all, $save
requests also require attributes
.
Any luck with the jsonapi style? Can anybody share the code? "angular-jsonapi" is not pretty stable and is not complete as well regarding relations.