strongloop-community / loopback-sdk-ios

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

How can I get the success response object when using POST or DELETE request #110

Closed agfa555 closed 7 years ago

agfa555 commented 8 years ago

Hi,

I'm trying to get the the success response for a POST (saveWithSuccess) or DELETE (destroyWithSuccess) request but I see that the definition of the method closures is empty. I can access the response in the error callback though. How can I access the response object when I get a 20x response?

Thank you,

Andoni

agfa555 commented 7 years ago

I had to extend the library, if anyone wants to know drop me a line.