1.1.2 • Published 1 year ago

@firstfleet/ffhttp v1.1.2

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

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

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

2 years ago

1.0.2

3 years ago

1.0.1

4 years ago

1.0.0

5 years ago