We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253fa70 commit efbba6fCopy full SHA for efbba6f
README.md
@@ -57,7 +57,7 @@ to fetch all your closed issue with pagination ( on the gitlab api )
57
$client = \Gitlab\Client::create('http://git.yourdomain.com')
58
->authenticate('your_gitlab_token_here', \Gitlab\Client::AUTH_URL_TOKEN)
59
;
60
-$pager = new ResultPager($client);
+$pager = new \Gitlab\ResultPager($client);
61
$issues = $pager->fetchall($client->api('issues'),'all',[null, ['state' => 'closed']]);
62
63
```
0 commit comments