kurko / ember-json-api

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

[Feature] Fixes issue #43 #44

Closed koemeet closed 10 years ago

koemeet commented 10 years ago

Added support for href inside a compound object of a link. This way the server can point to another url instead of populating all related id’s.

koemeet commented 10 years ago

@kurko Can you review pls.

kurko commented 10 years ago

This looks awwwwesome. Great work, @steffenbrem, you rock!

kurko commented 10 years ago

This is weird. Travis is broken for strange reasons but it works great locally.

koemeet commented 10 years ago

@kurko Great :+1: Thanks for merging. Nice library, much better than the implementation I made :P.