Ember Data API Documentation

Ember Data is a library for robustly managing data in applications built with Ember.js.

Commonly searched-for documentation

  • Model - an object that represents the underlying data that your application presents to the user.
  • Store - a service that contains all of the data for records loaded from the server.
  • Adapter - determines how data is persisted to a backend data store.
  • Serializer - format the data sent to and received from the backend store.

Useful links