0.1.0 • Published 8 years ago

sl-nodejs v0.1.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
8 years ago

sl-nodejs

Softlayer Client implementing basic json REST functionality

Overview

Simple builder interface for executing SoftLayer requests. Allows you to chain services, initializationParameters, objectMasks, and objectFilters. Adds authorization header information by default. Also supports automatic JSON.parse functionality for the response body if you set the request type to json (true by default).

Examples

TODO