SmartThingsCommunity / smartapp-sdk-nodejs

Javascript/NodeJS SDK to create SmartThings SmartApps
https://smartthings.developer.samsung.com/
Apache License 2.0
146 stars 80 forks source link

Split API from SmartApp SDK #29

Closed erodewald closed 4 years ago

erodewald commented 5 years ago

Is your feature request related to a problem? Please describe. As a developer of a non-SmartApp related project, I want to easily make API calls without using the smartapp sdk.

Describe the solution you'd like Create a standalone NPM package that makes API calls only.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context The outcome (standalone project) can be consumed by this project in turn. This can stabilize and simplify this project.

bflorian commented 4 years ago

Done in PR #143 . API calls are now handled by the SmartThings Core SDK.