HTTP adapter for js-data.
To get started, visit http://js-data.io.
npm install --save js-data js-data-http
or bower install --save js-data js-data-http
.
Load js-data-http.js
after js-data.js
.
var adapter = new DSHttpAdapter();
var store = new JSData.DS();
store.registerAdapter('http', adapter, { default: true });
// "store" will now use the http adapter for all async operations
Get started at http://js-data.io
The MIT License (MIT)
Copyright (c) 2014-2016 js-data-http project authors