smartcar / node-sdk

Smartcar Node.js SDK
MIT License
49 stars 14 forks source link

Trim down endpoints to limited endpoint set #44

Closed emrebsonmez closed 6 years ago

emrebsonmez commented 6 years ago

This removes all endpoints from the Smartcar Node SDK and limits our endpoint set to: info, vin, permissions, disconnect, odometer, location, lock, and unlock.

emrebsonmez commented 6 years ago

@GregChan ran npm run docs. Please let me know if I can be of further assistance 🙏

gurpreetatwal commented 6 years ago

@sankethkatta no need to touch package.json version anymore, semantic release will compute the correct version and then create a git tag and publish to npm

This would be version 2.0.0 since it's a breaking change from 1.0.0

emrebsonmez commented 6 years ago

@gurpreetatwal was this supposed to be perf()?