47degrees/github4s

Missing pagination parameter

dcsobral opened this issue · 1 comments

Pagination support is rather irregular. I recently noticed listLabels does not support it, which is probably not a big deal, but neither does listIssues, which is.

AFAIK, all APIs returning multiple results -- easily identifiable by a List on the return type -- are subject to pagination, and should take a pagination parameter.

Opened #443 👍