fetz
v1.0.5
Published
Generic fetch consisting of CRUD operations
Downloads
3
Readme
fetz
Generic fetch consisting of CRUD operations
Install
npm install -S fetz
Basic Usage
WIP!!
import fetz from 'fetz';
fetz({
requestUrl: 'http://some-domain.com',
method: 'PATCH',
body: {name: 'Max'}
});
Support
Bring your own Promise polyfill if you need to support browsers that do not have a native Promise implementation.