provideplatform / provide-ios

Native iOS example application leveraging the provide-swift API client
0 stars 0 forks source link

Replace RestKit with Alamofire and ObjectMapper #15

Open jawwad opened 6 years ago

jawwad commented 6 years ago

We don't need RestKit since we are not using CoreData and should move to a more modern serialization library.

We should be using the following:

kthomas commented 6 years ago

Paved the way for this with recent refactor of ApiService.

This is probably pretty manageable task in terms of time/complexity and could possibly go in alongside the Model id refactoring.