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

Bylundarn/model #17

Closed bylundarn closed 7 years ago

bylundarn commented 7 years ago

Embedd swift standard libraries in project Fixing missing libswiftSwiftOnoneSupport.dylib at runtime.

Make accessToken public So it can be used outside the framework, when calling other functions

Change some optionals and types To confirm to the observered response: color came back as null userIdentifier came back as null optionCodes is a comma separated list. Could still be interpreted as an array. fixed the key for displayName

JagCesar commented 7 years ago

@bylundarn Sorry for a the late response. This week is my last week of vacation, so tried to be offline. :)

I'll drop some comments in your code, let's have a discussion there as it helps focusing on the correct context.

JagCesar commented 7 years ago

Closing PR due to inactivity.