dirkgroenen / pinterest-api-php

A PHP wrapper for the official Pinterest API. :pushpin:
https://developers.pinterest.com/docs/getting-started/introduction/
Apache License 2.0
173 stars 76 forks source link

Add pagination to Collection #61

Open dirkgroenen opened 8 years ago

dirkgroenen commented 8 years ago

Based on issue #60

Right now the user has to manually specify it's cursor in case he wants to paginate his requests. Adding a method to the collection which uses the next attribute would make it a lot easier to paginate a collection.