4
4
5
5
[ ![ Slack Status] [ sl_b ]] [ sl_l ]
6
6
[ ![ npm version] [ npm_b ]] [ npm_l ]
7
- [ ![ Circle CI] [ circle_b ]] [ circle_l ]
8
7
[ ![ npm downloads] [ dn_b ]] [ dn_l ]
8
+ [ ![ Circle CI] [ circle_b ]] [ circle_l ]
9
9
[ ![ Coverage Status] [ cov_b ]] [ cov_l ]
10
- [ ![ Codacy] [ cod_b ]] [ cod_l ]
11
10
12
11
This repo contains HTTP adapters for [ js-data] ( http://www.js-data.io/ ) :
13
12
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
17
16
` 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.
20
19
21
20
Tested on IE9, Chrome 46, Firefox 41 & Safari 7.1 using
22
21
<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 " />
23
22
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 ) __ .
25
24
26
25
## Links
27
26
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 )
34
34
35
35
## License
36
36
@@ -44,14 +44,11 @@ Copyright (c) 2014-2016 js-data-http project authors
44
44
45
45
[ sl_b ] : http://slack.js-data.io/badge.svg
46
46
[ sl_l ] : http://slack.js-data.io
47
- [ so ] : http://stackoverflow.com/questions/tagged/jsdata
48
47
[ npm_b ] : https://img.shields.io/npm/v/js-data-http.svg?style=flat
49
48
[ 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
52
49
[ dn_b ] : https://img.shields.io/npm/dm/js-data-http.svg?style=flat
53
50
[ 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
54
53
[ cov_b ] : https://img.shields.io/codecov/c/github/js-data/js-data-http/3.0.svg?style=flat
55
54
[ 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