uber / uber-ios-sdk

Uber iOS SDK (beta)
https://developer.uber.com/docs
MIT License
375 stars 125 forks source link

Make decoding nested objects more lenient #189

Closed edjiang closed 6 years ago

edjiang commented 6 years ago

There's also a bug in the /products endpoint right now that produces null values for UberPOOL's minimum fare (T1186335). Because of this, I've made decoding more lenient for nested objects.

As of T1112317, the /products endpoint now exposes price details. Updating test data to include price details.