You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm testing a sample app using angular.js and Rails backend using jsonapi-resources. Unfortunatelly I've encountered a problem during data synchronization:
Deserialize method in JSONAPISerializer uses [resourceType] as a key for primary data, while in my server response (as well as in jsonapi specification), primary data appears under a top-level key named "data".
Is it somehow my fault, or it should be that way?
The text was updated successfully, but these errors were encountered:
Sorry for the inconsistencies with jsonapi-resources, and the JSON API spec itself.
I'm working on bringing the JSONAPISource up to date with the spec this week, and will be tracking progress via #113. My goal is complete compliance by the JSON API 1.0 release date - May 21.
Hi! I'm testing a sample app using angular.js and Rails backend using jsonapi-resources. Unfortunatelly I've encountered a problem during data synchronization:
Deserialize method in JSONAPISerializer uses [resourceType] as a key for primary data, while in my server response (as well as in jsonapi specification), primary data appears under a top-level key named "data".
Is it somehow my fault, or it should be that way?
The text was updated successfully, but these errors were encountered: