0.4.5 • Published 8 years ago

fetch-tools v0.4.5

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

fetchUtils

Install

$ npm install git+ssh://git@github.com:heineiuo/fetchUtils --save-dev 

Usage

import {Mock, POSTUrlencodeJSON, POSTRawJSON} from '@heineiuo/fetch-utils'

use with webpack & babel:

 {
    test: /(\.js|\.jsx)$/,
    exclude: /(node_modules\/)?!\@heineiuo)/, 
    loader: 'babel',
    query: {
      presets: ['es2015', 'stage-0', 'react']
    }
 }
0.4.5

8 years ago

0.4.4

8 years ago

0.4.3

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

9 years ago

0.1.0

9 years ago