kurko / ember-json-api

JSON API adapter for Ember Data.
MIT License
254 stars 62 forks source link

Set headers automatically? #69

Closed joachimhs closed 9 years ago

joachimhs commented 9 years ago

Hello,

Is there a specific reason why the adapter does not set these two JSON Api Specific headers automatically?

Content-Type: application/vnd.api+json Accept: application/vnd.api+json

I was wondering if there is a specific reason before I submit a PR :)

jonkoops commented 9 years ago

@joachimhs This functionality is added in a pull request that will make this package compliant with the RC3 version of the specification.

jonkoops commented 9 years ago

Closing this issue because the functionality was introduced in #71 which has been merged with master.