1.0.5 • Published 6 years ago

fetz v1.0.5

Weekly downloads
1
License
MIT
Repository
-
Last release
6 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

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago