BlairAllegroTech / js-data-jsonapi

JsonApi Adapter for js-data
MIT License
15 stars 5 forks source link

Do not send LocalKeys when serializing objects to JsonApi #29

Closed BlairAllegroTech closed 8 years ago

BlairAllegroTech commented 8 years ago

Currently there is no filtering on the Jsonapi serializer. This means that js-data localKeys are included within the attributes section off data sent to the server when they should not be!