-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hellonti Hellouchkine Team,
Greetings...!!!
@mleventi @theatrus @ryancox @woodrow @andrewmartin
let location = CLLocationCoordinate2D(latitude: 37.7833, longitude: -122.4167)
LyftAPI.rideTypes(at: location) { result in
result.value?.forEach { rideType in
print(rideType.displayName)
}
}
When i am trying to calling this method everytime i m got this error
please
▿ Result<Array<RideType>, LyftAPIError>
▿ failure : LyftAPIError
- message : nil
- reason : "unknown"
▿ status : Optional<ResponseType>
- some : LyftSDK.ResponseType.unauthorized
Metadata
Metadata
Assignees
Labels
No labels