Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8534191
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T10:08:15+00:00 2026-06-11T10:08:15+00:00

Specifically, I am confused about this line in the ember-data documentation : Adapter API

  • 0

Specifically, I am confused about this line in the ember-data documentation:

Adapter API
An adapter is an object that receives requests from a store and translates them into the appropriate action to take against your persistence layer. The persistence layer is usually an HTTP API, but may be anything, such as the browser’s local storage.

So when I create a model such as:

App.store = DS.Store.create({ ... });


App.ModelOne = DS.Model.extend({...});

is ModelOne stored in App.store or the persistent layer?

What exactly happens when I declare App.store?

*Please note I am somewhat confused about how RESTful api’s work in general. Though the web at large provides a good explanation of why it’s needed and in general what it does, I have yet to find a source that really explains how it works

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T10:08:16+00:00Added an answer on June 11, 2026 at 10:08 am

    The Adapter API the documentation is referencing is the DS.Adapter type object that ember-data plugs into to interface with your data store. This store could be local browser storage, a RESTful interface, or any other type of data store. The adapter needs to implement a number of required methods, such as find(), findMany(), findAll(), createRecord(), deleteRecord(), etc, in order to communicate with your data store through a standardized interface. Ember-data can then interface with your data store through the required methods your adapter implements.

    The DS.RESTAdapter is an implementation of this interface for RESTful systems that is included in ember-data. You can use that as a reference for developing your own adapter if the RESTful one is inadequate.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This question expands upon the one at abstract-class-numberformat-very-confused-about-getinstance . I feel that this question
I would call myself an intermediate jQuery developer, but I'm confused about what this
I am confused about the iPhone responder chain. Specifically, in the iPhone event handling
I am bit confused about the difference between the usage of std::remove algorithm. Specifically
Coming from a typeless language (PHP) I'm a bit confused about datatypes in C.
I've been wondering about the language in the C++03 specification surrounding object initialization, specifically
I'm still confused... When we write some thing like this: Object o = new
I'm confused about the proper use of google apis libraries. Specifically, is a key
I have read about javascript editors here, more specifically refered this link How to
Specifically: Is it assured somehow that all versions of glibc 2.x are binary compatible?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.