TheThingsNetwork / lorawan-stack

The Things Stack, an Open Source LoRaWAN Network Server
https://www.thethingsindustries.com/stack/
Apache License 2.0
961 stars 302 forks source link

Build stand-alone node.js SDK for TTES APIs #3058

Open ymgupta opened 4 years ago

ymgupta commented 4 years ago

Summary

A stand-alone node.js SDK for TTES APIs, to integrate with existing node.js application

Why do we need this?

Having SDK in a programming language helps the developer to integrate quickly than integrating the REST APIs

What is already there? What do you see now?

Only JS SDK is present as of now

What is missing? What do you want to see?

node.js SDK along with SDK integration documentation

Note:
Interested developers can 👍 the issue for the core team to prioritize

kschiffer commented 4 years ago

We already have a node.js / JavaScript SDK that we use for API calls in the Console (sdk/js). It is pretty extensive already but still lacks documentation. We need to look into how to organize the task of documenting it so that it becomes properly accessible to everyone.