Skip to content

js-data/js-data-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8343e2b · Nov 3, 2018
Apr 28, 2016
Apr 18, 2016
Aug 14, 2016
Aug 17, 2018
Jul 2, 2017
Jul 8, 2016
Sep 25, 2018
Jul 2, 2017
Jul 2, 2017
Sep 22, 2018
May 18, 2016
Feb 23, 2016
Sep 22, 2018
Aug 19, 2016
Jul 2, 2017
Apr 18, 2016
Feb 23, 2016
Apr 28, 2016
May 18, 2016
Sep 22, 2018
Jul 8, 2016
Aug 17, 2018
Aug 19, 2016
Sep 25, 2018
Nov 3, 2018
Jul 2, 2017
Aug 14, 2016
Jul 2, 2017

Repository files navigation

js-data logo

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][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 bs logo

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