Skip to content

gitter-badger/earnshark-sdk-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

earnshark-sdk-js

serverless

This is a JavaScript SDK to call https://app.earnshark.com API. Contains methods to call the EarnShark API making the application integration fast.

This Plugin Requires

  • NodeJS Runtime Environment

Installation

npm install earnshark-sdk-js

Then you will be able to access the EarnShark API through your code.

After installation require the EarnShark npm through: var earnsharknpm = require('earnshark-sdk-js');

Available Methods

  • getAccountInformation - Retrieve information on a particular account/subscription
  • getLicenseInformation - Retrieve information on a particular license
  • addNewSubscription - Add a new subscription to a product

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%