@stjk/lib

0.0.1-alpha.18 • Public • Published

fay react lib

####工具库

Usage

npm i @stjk/lib

fetch

import {get, put, post, remove, getJson, putJson, postJson, removeJson} from '@stjk/lib/fetch';
get({path, data, headers, type});
put({path, data, headers, defaultQuery, type});
post({path, data, headers, type});
remove({path, data, headers, type});
  • getJson, putJson, postJson, removeJson对应get,put,post,remove的返回值转成JSON对象

Package Sidebar

Install

npm i @stjk/lib

Weekly Downloads

3

Version

0.0.1-alpha.18

License

MIT

Unpacked Size

30.8 kB

Total Files

42

Last publish

Collaborators

  • fay462298322