RE: https://hachyderm.io/@thisismissem/115534983117929778
Another API endpoint I'm considering adding is snapshot deltas, so if you have a snapshot at change_id A, and you want a new snapshot with just changes since A, then you can download that delta.
It should be possible to implement, and would provide an alternative to retrieving all the updates since the initial snapshot & merging them into local state.
Part of the reason I'm thinking about this is to build a reference consumer app, if I can, in the next two weeks