kurko / ember-json-api

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

Bower component #7

Closed ColemanGariety closed 10 years ago

ColemanGariety commented 11 years ago

This would fit nicely as a bower component.

Then we could setup a package.json for fortune. Then a bower.json for ember, ember-data, and ember-json-api.

gr0uch commented 11 years ago

Yes. I'd like to fix some pressing issues with this package first, such as getting URL-based JSON API working in a robust way, which may involve messing with ember-data stuff. The goal is to eventually merge this into ember-data.

ColemanGariety commented 11 years ago

@daliwali Will this adapter work at all? I'm trying to roll a simple blog with Fortune, Ember, and this.

gr0uch commented 11 years ago

@JacksonGariety It's been tested with ID-style JSON API, and partially with URL-style JSON API. That said, what it's lacking is a few things right now: