smartcar / node-sdk

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

Make age optional #59

Closed GregChan closed 6 years ago

GregChan commented 6 years ago

Age is an optional parameter from the API. This sdk should gracefully handle a missing sc-data-age header. I've modified the code to parse the age or return null if it does not exist.