Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@zeroid/trimble.httpclient

zeroid10UNLICENSED0.1.0

The base HttpClient implementation

Trimble, HttpClient, REST

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