0.0.9 • Published 5 years ago

node-thingworx v0.0.9

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

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago