0.0.9 • Published 7 years ago

node-thingworx v0.0.9

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

ThingWorx API client

Usage

The package needs to be configured with a ThingWorx Application Key and a ThingWorx instance hostname. Require it with the application key's value and the instance hostname:

const thingworx = require('node-thingworx')('0123...', '...portal.ptc.io');

const yourThing = await thingworx.things.retrieve('YourThingName');
0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago