strongloop-community / loopback-sdk-ios

iOS Client SDK for the LoopBack framework.
Other
76 stars 39 forks source link

Upload now passes HTTP response as LBFile into success callback #89

Closed kgoedecke closed 8 years ago

kgoedecke commented 8 years ago

As mentioned in issue https://github.com/strongloop/loopback-sdk-ios/issues/88 this PR enables uploads to pass the actual HTTP response as LBFile object into the success callback.

@hideya Can't wait for your feedback ;-)