44
55[ ![ Slack Status] [ sl_b ]] [ sl_l ]
66[ ![ npm version] [ npm_b ]] [ npm_l ]
7- [ ![ Circle CI] [ circle_b ]] [ circle_l ]
87[ ![ npm downloads] [ dn_b ]] [ dn_l ]
8+ [ ![ Circle CI] [ circle_b ]] [ circle_l ]
99[ ![ Coverage Status] [ cov_b ]] [ cov_l ]
10- [ ![ Codacy] [ cod_b ]] [ cod_l ]
1110
1211This repo contains HTTP adapters for [ js-data] ( http://www.js-data.io/ ) :
1312
14- - js-data-http - HTTP (XHR, includes [ axios] [ axios ] ) adapter for js-data in the
15- browser. Capable of using ` window.fetch ` instead of axios.
16- - js-data-fetch - Same as js-data-http but doesn't include axios and will use
13+ - js-data-http - HTTP (XHR, includes [ ` axios ` ] [ axios ] ) adapter for JSData in the
14+ browser. Capable of using ` window.fetch ` instead of axios. __ Only works in the browser __ .
15+ - js-data-fetch - Same as ` js-data-http ` but _ does not _ include ` axios ` and will use
1716` window.fetch ` if available and if you don't provide your own http library.
18- - js-data-http-node - Same as js-data-http but runs on Node.js. Depends on axios
19- and will use axios unless you provide a different http library.
17+ - js-data-http-node - Same as ` js-data-http ` but runs on Node.js. Depends on ` axios `
18+ and will use ` axios ` unless you provide a different http library.
2019
2120Tested on IE9, Chrome 46, Firefox 41 & Safari 7.1 using
2221<img src =" https://raw.githubusercontent.com/js-data/js-data-localstorage/master/bs.jpg " alt =" bs logo " title =" browserstack " width =" 150 " height =" 35 " style =" vertical-align : middle " />
2322
24- To get started, visit the main website at __ [ http://js-data.io ] ( http://www.js-data.io/v3.0/docs/js-data-http ) __ .
23+ To get started, visit the main website at __ [ http://js-data.io ] ( http://www.js-data.io ) __ .
2524
2625## Links
2726
28- * [ Quick start] ( http://www.js-data.io/v3.0/docs/js-data-http )
29- * [ Guides and Tutorials] ( http://www.js-data.io/v3.0/docs/home )
30- * [ API Reference Docs] ( http://api.js-data.io/js-data-http )
31- * [ Community] ( http://js-data.io/docs/community )
32- * [ Support] ( http://js-data.io/docs/support )
33- * [ Contributing] ( http://js-data.io/docs/contributing )
27+ * [ Quick start] ( http://www.js-data.io/v3.0/docs/home#quick-start ) - Get started in 5 minutes
28+ * [ Guides and Tutorials] ( http://www.js-data.io/v3.0/docs/home ) - Learn how to use JSData
29+ * [ HttpAdapter Guide] ( http://www.js-data.io/v3.0/docs/js-data-http ) - Learn how to use the HttpAdapter
30+ * [ API Reference Docs] ( http://api.js-data.io ) - Explore components, methods, options, etc.
31+ * [ Community & Support] ( http://js-data.io/docs/community ) - Find solutions and chat with the community
32+ * [ General Contributing Guide] ( http://js-data.io/docs/contributing ) - Give back and move the project forward
33+ * [ Contributing to js-data-http] ( https://github.com/js-data/js-data-http/blob/master/.github/CONTRIBUTING.md )
3434
3535## License
3636
@@ -44,14 +44,11 @@ Copyright (c) 2014-2016 js-data-http project authors
4444
4545[ sl_b ] : http://slack.js-data.io/badge.svg
4646[ sl_l ] : http://slack.js-data.io
47- [ so ] : http://stackoverflow.com/questions/tagged/jsdata
4847[ npm_b ] : https://img.shields.io/npm/v/js-data-http.svg?style=flat
4948[ npm_l ] : https://www.npmjs.org/package/js-data-http
50- [ circle_b ] : https://img.shields.io/circleci/project/js-data/js-data-http/master.svg?style=flat
51- [ circle_l ] : https://circleci.com/gh/js-data/js-data-http/tree/master
5249[ dn_b ] : https://img.shields.io/npm/dm/js-data-http.svg?style=flat
5350[ dn_l ] : https://www.npmjs.org/package/js-data-http
51+ [ circle_b ] : https://img.shields.io/circleci/project/js-data/js-data-http/master.svg?style=flat
52+ [ circle_l ] : https://circleci.com/gh/js-data/js-data-http/tree/master
5453[ cov_b ] : https://img.shields.io/codecov/c/github/js-data/js-data-http/3.0.svg?style=flat
5554[ cov_l ] : https://codecov.io/github/js-data/js-data-http
56- [ cod_b ] : https://img.shields.io/codacy/3931bbd8d838463297f70640aa78251b.svg
57- [ cod_l ] : https://www.codacy.com/app/jasondobry/js-data-http/dashboard
0 commit comments