provideplatform / provide-ios

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

Refactor API service to manage our own async dispatch queue #43

Closed kthomas closed 7 years ago

kthomas commented 7 years ago

This is a pretty big upgrade.

There are still a few gaps that I need to fill in, particularly related to request cancelation.

The only major item that is missing is getting the RKObjectMapper mapped using the response string. You mentioned something about Alamofire object mapping IIRC, maybe it would make sense to put that in alongside this PR since this breaks RKObjectMapper