sachinkesiraju / UberKit

An easy-to-use Objective-C wrapper for the Uber API (no longer supported)
MIT License
94 stars 22 forks source link

init with server token? #2

Closed jashsayani closed 10 years ago

jashsayani commented 10 years ago

The UberKit.m file needs the developer to put the server token in the string const. It would be better to have:

UberKit *uberKit = [[UberKit alloc] initWithServerToken:@"MY_TOKEN"];