kurko / ember-json-api

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

Documentation on current support of JSON API #21

Closed wrenoud closed 10 years ago

wrenoud commented 10 years ago

I'm in the process of creating an api to expose sequelize models with the JSON API format. Specifically this is for an ember project so I would like to support this module's implementation but I think I've already overshot with some of the URL relationships.

Some more documentation on the current support of the JSON API would be very helpful.

gr0uch commented 10 years ago

Yes. I was thinking of modularizing the codebase much, much more so that it is not so tied to JSON API, but supports multiple serializers for different hypermedia formats, and each serializer could be tested individually.

kurko commented 10 years ago

@wrenoud I'm adding Pretender to stub request. With that, we're going to be able to clearly see what's supported.

Please, when we stabilize this lib (perhaps 1 or 2 months), come back soon and send us a PR. That'd be lovely.