-
Notifications
You must be signed in to change notification settings - Fork 3
Offline? #7
Copy link
Copy link
Open
Labels
Description
Just a question of whether if I can save the json input and run the api with that json in an offline environment? Didn't go through all the code yet but I am assuming you get a huge chunk of json data and parse it in different classes? Would it be possible to save that input and parse the saved input when the user is offline? If not, should I be looking at CoreData/NSUserDefaults in saving the necessary data separately?
Thanks for your work in this project!
Reactions are currently unavailable