Comment on Nearly all web APIs get paging wrongparentComments−karmakaze11yThis solution satisfies my usage and doesn't use a continuation token, though one could be constructed from version and page. It does however expire.I can see that the other comments on constructing continuation tokens won't work for HN assuming post upvotes are mutably updated.
Comments
This solution satisfies my usage and doesn't use a continuation token, though one could be constructed from version and page. It does however expire.
I can see that the other comments on constructing continuation tokens won't work for HN assuming post upvotes are mutably updated.