pinterest-api-php
pinterest-api-php copied to clipboard
Add pagination to Collection
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.