0.0.9 • Published 6 years ago

node-thingworx v0.0.9

Weekly downloads
1
License
ISC
Repository
github
Last release
6 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

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago