EmberJS-Rest Adapter



Rest Adapter

Most of an application uses Ember.js JSON API which is belongs to the Rest Adapter via XHR. The REST adapter transmits the JSON via XHR during the communication with the HTTP server. This adapter is designed to exchange the JSON with the server should be conventional.

The following table lists down the rest adapter −

S.N.Rest Adapters & Description
1

URL Conventions

The REST adapter determine an URLs that communicates with based on the name of the model.

2

JSON Conventions

The REST adapter expects only JSON representation of the data.

Advertisements