0.1.0 • Published 5 years ago

@zeroid/trimble.httpclient v0.1.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
5 years ago

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(() => {});