1.0.3 • Published 2 years ago

webt-fetching v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago