0.0.30 • Published 2 years ago

mtm-http v0.0.30

Weekly downloads
63
License
LGPL-3.0
Repository
-
Last release
2 years ago

MtmHttp

MtmHttp is a wrapper for the different http clients available

For node.js, you can use this command to install:

npm install mtm-http

import the service:

import { MtmHttpService } from "mtm-http";

USE assuming you have injected the service using the _mtmHttp variable name:

	var httpObj	= this._mtmHttp.getClients().getNative();
	var url		= "https://www.example.com/myUrl";
	httpObj.getPromise(url).get().then((data) => {
		console.log(data);
	});
	
0.0.30

2 years ago

0.0.29

3 years ago

0.0.28

3 years ago

0.0.27

3 years ago

0.0.26

3 years ago

0.0.24

3 years ago

0.0.25

3 years ago

0.0.23

3 years ago

0.0.22

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.19

4 years ago

0.0.18

4 years ago

0.0.17

4 years ago

0.0.15

4 years ago

0.0.16

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago