1.2.5 • Published 10 months ago

@firstfleet/ffhttp v1.2.5

Weekly downloads
1
License
ISC
Repository
-
Last release
10 months ago

FFHTTP

This is our libary that wraps HTTP Calls

Installation

npm install @firstfleet/ffhttp --save

Usage

let loadRequest = { method: 'post', url: 'http://myurl.com/poststuff', headers: { Authorization:Bearer ${myToken}}, data: {info: '12345'} } await ffHttp.callHttp(loadRequest);

await ffHttp.post('http://postURL.com', {myData: 1});

1.2.0

10 months ago

1.2.5

10 months ago

1.2.4

10 months ago

1.2.3

10 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

2.0.0-beta.0

2 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago