Package Exports
- js-data-http
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (js-data-http) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

js-data-http
HTTP adapter for js-data.
To get started, visit http://js-data.io.
Table of contents
Quick Start
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
Guides and Tutorials
Get started at http://js-data.io
API Reference Docs
Community
Support
Contributing
License
The MIT License (MIT)
Copyright (c) 2014-2016 js-data-http project authors