Jul 25, 2017 · 1 min read
Thanks. You’ve a good tip. I really like about it.
But i’ve a question in Parse data to objects part:
```NetworkAdapter.request(target: .cameras, success: { (response) in```
in case:success you’re parsing data response here. So how to implement if i want to receive data models for each request such as: get users, get contact list… without parse data at success in `NetworkAdapter`, but still want to keep your validate response status code?
Because with an API, we can call it many times everywhere.
Thank you.
