JSPM

  • Created
  • Published
  • Downloads 2191
  • Score
    100M100P100Q103843F
  • License MIT

HTTP adapter for js-data.

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 logo

js-data-http

Slack Status npm version Circle CI npm downloads Coverage Status Codacy

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

Visit http://api.js-data.io.

Community

Explore the Community.

Support

Find out how to Get Support.

Contributing

Read the Contributing Guide.

License

The MIT License (MIT)

Copyright (c) 2014-2016 js-data-http project authors