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

BREAKING CHANGE: Core API integration #143

Closed bflorian closed 4 years ago

bflorian commented 4 years ago

Version 2.0 major release that replaces the built-in, request-promise-native based API endpoints with the new SmartThings Core SDK. This release has some breaking changes concerning list methods and HTTP errors, but is backwardly compatible with the 1.X version for most things.

lgtm-com[bot] commented 4 years ago

This pull request fixes 1 alert when merging 4c3112fb0d3f3f8498c3478a92becf271406ebb8 into eaad656dbc0b13273cfdd449b42b64eac6e04b06 - view on LGTM.com

fixed alerts:

lgtm-com[bot] commented 4 years ago

This pull request fixes 1 alert when merging 170c51305212b505fffb8814dcef5c2465fdc6a2 into eaad656dbc0b13273cfdd449b42b64eac6e04b06 - view on LGTM.com

fixed alerts:

lgtm-com[bot] commented 4 years ago

This pull request fixes 1 alert when merging 8ea99df80bb860d9a161e3dace667d006b65c764 into eaad656dbc0b13273cfdd449b42b64eac6e04b06 - view on LGTM.com

fixed alerts:

bflorian commented 4 years ago

Updated commit to trigger major release and merged