Ember JSONAPI Resources Guide
Ember JSONAPI Resources is a data persistence library, an addon, for Ember.js applications.
Read up on the JSON API format before you get started with this addon.
The primary goal of this library is to treat your API contract as first class in your application. The application data and responses from your API both reflect the nomenclature of the API contract. That contract is the JSON API 1.0 specification.
You will need a server that implements the JSON API 1.0 specification. The JSONAPI::Resources gem along with Ruby on Rails works well with this library. The library supports any API server which implements the JSON API 1.0 specification.
- For general information see the ember-jsonapi-resources.com website
- For contributing to the project see the project README