1.2.5 • Published 8 months ago

@firstfleet/ffhttp v1.2.5

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

8 months ago

1.2.5

8 months ago

1.2.4

8 months ago

1.2.3

8 months ago

1.2.2

8 months ago

1.2.1

8 months ago

1.1.2

1 year 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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 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