sl-nodejs

Softlayer Client implementing basic VSI functionality

Usage no npm install needed!

<script type="module">
  import slNodejs from 'https://cdn.skypack.dev/sl-nodejs';
</script>

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