smartcar / node-sdk

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

Add flag to `isCompatible` function #130

Closed dizhang168 closed 3 years ago

dizhang168 commented 3 years ago

Hi! I am trying to integrate with smartcar and I realize there is a discrepancy between what can be found in the node SDK vs. what can be accomplished through Client. I expect to be able to do this:

smartcarClient.isCompatible(vin, this._scope, 'US', 'flag=1')

Where the last argument is the flag parameter.