1.0.3 • Published 6 months ago

webt-fetching v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

webt-fetching


Features


Release Notes


Guide

Install

$ npm install webt-fetching

Using

import wFetching from 'webt-fetching';
wFetching.setup({
    host: String | '',
    header: Object | (Function > Object),
    error: String | 'Response error!',
    fail: String | 'Server error!',
});
//
wFetching.get(url, payload, options);
wFetching.post(url, payload, options);
wFetching.upload(url, payload, options);
wFetching.form(url, payload, options);

Options

options = {
    silence: Boolean,
}

Preview


Screenshots


Documentation


Feedback


License

1.0.3

6 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.1.5

8 months ago

1.1.4

10 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago