1.3.4 • Published 8 months ago

@whitewizard/http-client v1.3.4

Weekly downloads
39
License
ISC
Repository
-
Last release
8 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.4

8 months ago

1.3.3

8 months ago

1.3.2

1 year ago

1.3.1

2 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.0.1

8 years ago