This repository has been archived by the owner on Jan 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 353
Networking Overview #9
Labels
Comments
I'd like the ability to easily cancel requests too, not really sure if that's the job of the PAI or the Network Models though. |
Ideally in this use case most of our requests should be cached, we could try having an API layer that insta-returns data synronously, then makes the network API call, updates the objects then does the async call. My gut impression is that this is how they do it in the tumblr app. |
Another great feature would be:
|
@orta best bet might be to separate networking layer from your persistence layer and use something like NSFetchResultsController for that binding goodness |
I agree with both ( that's a smart one @shepting ) |
(Working on something here) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This was discussed in an artsy hangout, but I wanted to get it into something actionable, Our NetworkingAPI should:
Think this is best done by having the request generation & the networking API client separate. A lot like how we have it in existing apps. Not assigning someone, but they should get ticked off as it happens, definitely better to do it earlier.
The text was updated successfully, but these errors were encountered: