rootstrap / ios-base

Boilerplate for new iOS projects using Swift 5. Provides a handful of functionalities.
https://rootstrap.com/
MIT License
258 stars 63 forks source link

Fix requests where we don't parse the response #143

Closed mato2593 closed 4 years ago

mato2593 commented 4 years ago

With the current implementation, every request will end up calling the onSuccess callback. We should filter the success codes to handle the response correctly.