0.1.8 • Published 6 years ago

@lvchengbin/biu v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Biu

A library for network requesting using LocalCache for browsers.

Start

To install the package with npm:

$ npm i @lvchengbin/biu

Using the package in nodejs:

const biu = require( '@lvchengbin/biu' );

For ES6 module:

import biu from '@lvchengbin/biu';

Usage

biu.get

biu.get( url, {
    fullResponse : true, // default false
    params : {
        x : 1,
        y : 2
    },
} ).then( response => {

} );

biu.post

biu.get( url, { rawBody : true, // default false params : { x : 1, y : 2 }, } ).then( response => {

} );

biu.request

biu.jsonp

biu.ajax

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago