1.3.2 • Published 2 months ago

@whitewizard/http-client v1.3.2

Weekly downloads
39
License
ISC
Repository
-
Last release
2 months ago

HTTP Client

Usage

const HttpClient = require('@whitewizard/http-client');
const http = new HttpClient({ req, baseURL });
let exampleGetData = await http.get('/api');
let examplePostData = await http.post('/api', {id: 1});
1.3.2

2 months ago

1.3.1

1 year ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago