Bastion icon indicating copy to clipboard operation
Bastion copied to clipboard

Need to add support for Github's crappy pagination

Open Danack opened this issue 11 years ago • 0 comments

   if ($repoTags->pager) {
        $newPages = $repoTags->pager->getAllKnownPages();
        foreach ($newPages as $newPage) {
            $pages[$newPage] = false;
        }
    }

For the record, it's crappy because it's a completely different api call to the original listRepoTags call.

Danack avatar Sep 14 '14 16:09 Danack