hristonev / sportmonks-client-bundle

Easily talk to an SportMonks API in PHP
MIT License
14 stars 7 forks source link

H2H Pagination #17

Open GuruDev0807 opened 4 years ago

GuruDev0807 commented 4 years ago

Hi, thanks for your good project.

This helps me very much and saves me time. But I have a problem with this project, It was H2H Pagination.

The API returns h2h results with pagination info. So I need to navigate all h2h results. But this project doesn't support H2H Pagination.

So I made a small change to this project. I hope @hristonev to make changes, please.

What I did is very simple. In Head2Head.php file, I added, "use NextPage;". After that, added "$params = array_merge($params, self::$param);" before "return statement of get method". That's all.

Thanks. Best regards.