
Hello,
I am using TVMaze to create my biggest programming project so far :) I have created a pretty neat app, but I need a way to deal with updates to a show. Should I simply download all the episodes from the api and then iterate through them to find one with an id that is not already in my object? Can I assume that the episodes are in the same order as previously and that you never remove one? I am not an expert, but wouldn't it be better for everybody if I just had to download a small portion?
Thanks in advanced :)