TheThingsArchive / node-app-sdk

The Things Network Application SDK for Node.JS
https://www.thethingsnetwork.org/docs/node-js/
MIT License
41 stars 28 forks source link

Gateway methods #80

Closed braadworst closed 4 years ago

braadworst commented 6 years ago

How does one add a gateway via the node-app-sdk, cannot find any examples/docs for this.

noerw commented 6 years ago

The account client currently only implements functions for application management. Functions for gateway management could be added there quite easily, following the API defined here.