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