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