github-issues-import
github-issues-import copied to clipboard
Add comment label milestone paging
Fixes both #55 and #62. Added a basic handler (send_request_paginate) for results which need paging, and used this handler for getting labels, comments, and milestones. Reimplemented get_issues_by_state (which performed such handling) in terms of the new basic handler.