-
Notifications
You must be signed in to change notification settings - Fork 19
Home
The wiki section of this repo is a guide for using the ember-jsonapi-resources addon. The test application code is referenced as a practical example to using this lightweight data persistence library for an Ember.js App build with Ember CLI that communicates with an API following the JSON API 1.0 specification.
For general info about the project see the README
Ember JSONAPI Resources is a library for data persistence that is a stand-alone solution. Simply install the addon then use ember generate resource name to create the objects your app needs persist date to a backend that implement the JSON API 1.0 specification.
You will need a backend that implements the 1.0 spec. The JSONAPI::Resources gem is the inspiration for this project and does a great job of bootstrapping a backend using Ruby on Rails.
Read up on the JSON API format before you get started with this addon. The concepts of a "resource" are leaned on heavily for the objects provided in this library for an Ember.js data persistence solution.