sl-nodejs
v0.1.0
Published
Softlayer Client implementing basic VSI functionality
Downloads
1
Readme
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