1.0.5 • Published 5 years ago

fetz v1.0.5

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

fetz

Generic fetch consisting of CRUD operations

npm version Build Status

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.

1.0.5

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago