Skip to content

v3.6.0

Latest
Compare
Choose a tag to compare
@jacobxcodes jacobxcodes released this 23 Aug 22:00
· 48 commits to master since this release
eea31ca

What's Changed

  • feat: Add Vehicle Management Support by @JacobAndrewSmith92 in #60

Example:

amt = 'application-management-token'

connections = Smartcar.get_connections(amt: amt, filter: {userId: 'user-id', vehicleId: 'vehicle-id'})
deleted_connections = Smartcar.delete_connections(amt: amt, filter: {userId: 'user-id'})

Full Changelog: v3.5.0...v3.6.0