Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pagination is not working #21

Open
poojajadav3698 opened this issue Nov 29, 2018 · 0 comments
Open

pagination is not working #21

poojajadav3698 opened this issue Nov 29, 2018 · 0 comments

Comments

@poojajadav3698
Copy link

poojajadav3698 commented Nov 29, 2018

I'm use the code like :

$providers = [
'Careercast' => [],
'Dice' => [],
'Github' => [],
'Govt' => [],
'Ieee' => [],
'Jobinventory' => [],
'Monster' => [],
'Stackoverflow' => [],
];
$client = new \JobApis\Jobs\Client\JobsMulti($providers);
$client->setKeyword('training')
->setPage(1, 10);
$options = [
'maxResults' => 20,
'orderBy' => 'datePosted',
'order' => 'desc',
];

$jobs = $client->getAllJobs($options);

But, I get the same result in all page.(like, 1,2,3 .. )

Please, Explain to me, How is work properly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant