feinoujc/gh-search-cli

Question: Any plans for json paging?

bdmorin opened this issue · 2 comments

Just curious if there's any plans for paging in json? Unless I'm missing something there's only 1 page returned.

Thanks!

same, piping the JSON seems to only yield one page worth of results?

@bdmorin I think every time I've tried to add this i hit the rate limiting (see also #641) and gave up. That said, if we can figure out a better throttling mechanism I don't see why we couldn't get it to work

Would you want each item as a json item, piped into jq --slurp or how would you see each json page being output?