0.3.6 • Published 7 years ago

http-ng v0.3.6

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

http-ng NPM version Dependencies Status

A standalone angular.js $http service for browsers.

Install

npm install http-ng

Dependences

  • Promise

APIs

see angular.js $http

Usage

import http from 'http-ng'

http.get('/url', {
  params: {
    key: 'value'
  }
}).then(function(res){
  console.log(res.data);
});

Related

License

MIT

0.3.6

7 years ago

0.3.4

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago