Skip to content

Releases: smartcar/python-sdk

v3.0.4: Vehicle has permission

10 Jul 20:58
cce5a65
Compare
Choose a tag to compare

3.0.4 (2019-07-10)

Features

  • has_permission: returns whether the vehicle has specified permission(s) (cce5a65)

v3.0.0

09 Apr 16:12
Compare
Choose a tag to compare

3.0.0 (2019-04-09)

Features

  • lock, unlock: return success object (63381b2)

BREAKING CHANGES

  • lock, unlock: Lock and unlock now return an object on a successful request and raises an error on an unsuccessful request. Previously, lock and unlock did not return an object on a successful request.