js-data-http

WebJar for js-data-http

License

License

MIT
Categories

Categories

JavaScript Languages Data
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

js-data-http
Last Version

Last Version

2.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

js-data-http
WebJar for js-data-http
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/js-data/js-data-http

Download js-data-http

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/js-data-http/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>js-data-http</artifactId>
    <version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/js-data-http/
implementation 'org.webjars.bower:js-data-http:2.1.2'
// https://jarcasting.com/artifacts/org.webjars.bower/js-data-http/
implementation ("org.webjars.bower:js-data-http:2.1.2")
'org.webjars.bower:js-data-http:jar:2.1.2'
<dependency org="org.webjars.bower" name="js-data-http" rev="2.1.2">
  <artifact name="js-data-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='js-data-http', version='2.1.2')
)
libraryDependencies += "org.webjars.bower" % "js-data-http" % "2.1.2"
[org.webjars.bower/js-data-http "2.1.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bower : js-data jar [2.0.0,)

Project Modules

There are no modules declared in this project.

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

org.webjars.bower

js-data

All your data are belong to you...

Versions

Version
2.1.2