Ember-data configuration using RequestHandler

The Ember-data guides all refer to Adapters, but the documentation for the Adapters seems to indicate that they are deprecated in favor of the RequestManager and Handlers. Where can I find an example of configuring the Ember-data store using the RequsetManager to connect to a REST service?

1 Like

It’s a known “needs improvement” area. The readme for the new package is going to be a good jumping-off point. Asking in the ember-data channel on discord will likely get you good assistance as well.

1 Like