/js-data-http

Http adapter for js-data. Main Site: http://js-data.io, API Reference Docs: http://api.js-data.io

Primary LanguageJavaScriptMIT LicenseMIT

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