3.0.0-alpha.1 • Published 7 years ago

js-data-http-node v3.0.0-alpha.1

Weekly downloads
402
License
MIT
Repository
github
Last release
7 years ago

js-data-http

Slack Status npm version npm downloads Circle CI Coverage Status

This repo contains HTTP adapters for js-data:

  • js-data-http - HTTP (XHR, includes axios) adapter for JSData in the browser. Capable of using window.fetch instead of axios. Only works in the browser.
  • js-data-fetch - Same as js-data-http but does not include axios and will use window.fetch if available and if you don't provide your own http library.
  • js-data-http-node - Same as js-data-http but runs on Node.js. Depends on axios and will use axios unless you provide a different http library.

Tested on IE9, Chrome 46, Firefox 41 & Safari 7.1 using

To get started, visit the main website at http://js-data.io.

Links

License

The MIT License (MIT)

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

3.0.0

7 years ago

3.0.0-rc.2

8 years ago

3.0.0-rc.1

8 years ago

3.0.0-beta.7

8 years ago

3.0.0-beta.6

8 years ago

3.0.0-beta.5

8 years ago

3.0.0-beta.4

8 years ago

3.0.0-beta.3

8 years ago

3.0.0-beta.2

8 years ago

3.0.0-alpha.10

8 years ago

3.0.0-alpha.9

8 years ago

3.0.0-alpha.7

8 years ago

3.0.0-alpha.6

8 years ago

3.0.0-alpha.5

8 years ago

3.0.0-alpha.3

8 years ago

3.0.0-alpha.2

8 years ago

3.0.0-alpha.1

8 years ago