smartcar / node-sdk

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

feat: add support for 'simulated' mode #153

Closed naomiperez closed 2 years ago

naomiperez commented 2 years ago

Adds support for making requests in 'simulated' mode.

Note: we may want to add some tests for simulated mode.

Asana: https://app.asana.com/0/1202391718441086/1202446750059049/f

codecov[bot] commented 2 years ago

Codecov Report

Merging #153 (f1b55f8) into master (a0a1190) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #153   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          227       227           
=========================================
  Hits           227       227           
Impacted Files Coverage Δ
index.js 100.00% <100.00%> (ø)
lib/auth-client.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a0a1190...f1b55f8. Read the comment docs.

naomiperez commented 2 years ago

Superceded by https://github.com/smartcar/node-sdk/pull/154