@zeroid/trimble.httpclient
v0.1.0
Published
The base HttpClient implementation
Downloads
5
Readme
Trimble.HttpClient
Installation
npm install @zeroid/trimble.httpclient
Usage
var HttpClient = require('@zeroid/trimble.httpclient'); var httpClient = new HttpClient(); httpClient.httpGet('https://someurl/somepath') .then((result) => {}) .catch(() => {});