Open
Description
I have some code like below but it appears to be dropping the Accept
header for the preview of projects endpoint when trying to paginate. Is there some other way that I should be running configure to make that work?
$cardsApi = $githubClient->api('repo')->projects()->columns()->cards()->configure();
$paginator = new Github\ResultPager($githubClient);
$parameters = [$columnId];
$cards = $paginator->fetchAll($cardsApi, 'all', $parameters);
Metadata
Metadata
Assignees
Labels
No labels