JagCesar / Tesla-API

A iOS, macOS, watchOS and tvOS framework written in Swift to communicate with Teslas vehicle API
MIT License
34 stars 6 forks source link

Adds MobileEnabledForVehicleRequest #18

Closed JagCesar closed 7 years ago

JagCesar commented 7 years ago

This request checks if a specific vehicle has mobile access enabled.

I'm worried that having one single file for all the unit tests will quickly become a ginormous file, so I decided to move the unit tests for MobileEnabledForVehicleRequest to it's own file.