tuya / tuya-connector-nodejs

nodejs sdk
38 stars 17 forks source link

Fixed URLs #10

Open ByDSA opened 2 years ago

ByDSA commented 2 years ago

Recently, Tuya changed their API and the old request URLs don't work anymore. I fixed all invalid URLs I found (with their respective tests).

Also, I added an enum called TuyaDataCenter for prevent baseURL harcoding errors.