offline-issues icon indicating copy to clipboard operation
offline-issues copied to clipboard

GitHub 'issues/.../comments' API call returns only 30 comments in one go

Open gozhev opened this issue 7 years ago • 0 comments

I have noticed that offline-issues saves only first 30 comments from an issue. For example, the following call $ offline-issues fritz-smh/yi-hack#118 only saves comments until this one.

I have changed getComments function so that it sequentially requests comments and updates '?since=' parameter to the timestamp of the last fetched comment.

gozhev avatar Aug 07 '18 11:08 gozhev