Package Exports
- js-data-http
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (js-data-http) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
js-data-http
This repo contains HTTP adapters for js-data:
- js-data-http - HTTP (XHR, includes [
axios][axios]) adapter for JSData in the browser. Capable of usingwindow.fetchinstead of axios. Only works in the browser. - js-data-fetch - Same as
js-data-httpbut does not includeaxiosand will usewindow.fetchif available and if you don't provide your own http library. - js-data-http-node - Same as
js-data-httpbut runs on Node.js. Depends onaxiosand will useaxiosunless 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
- Quick start - Get started in 5 minutes
- Guides and Tutorials - Learn how to use JSData
- HttpAdapter Guide - Learn how to use the HttpAdapter
- API Reference Docs - Explore components, methods, options, etc.
- Community & Support - Find solutions and chat with the community
- General Contributing Guide - Give back and move the project forward
License
The MIT License (MIT)
Copyright (c) 2014-2016 js-data-http project authors