uplynk-api

1.0.1 • Public • Published

Uplynk API Integration for Node

Simple API wrapper for Uplynk's API. For more detailed documentation check their official API docs.

npm install uplynk-api
var uplynk = require('uplynk-api');
var api = uplynk({
    ownerGUID: '<USER GUID>',
    apiKey: '<API KEY>'
});

api.asset.get({id: 'SOMEID'}, function (err, resp) {
  console.log(resp.body);
});

Readme

Keywords

none

Package Sidebar

Install

npm i uplynk-api

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • ecoqba