seregazhuk / php-pinterest-bot

This PHP library will help you to work with your Pinterest account without using any API account credentials.
MIT License
413 stars 129 forks source link

Get Pins of a Section #391

Closed delemore closed 6 years ago

delemore commented 6 years ago

Hi, Could you please allow to retrieve the pins of a section? The code should be like this: foreach ($ bot-> boards-> pins ($boardId, $sectionId) as $ pin) { // ... } I ran the above code. It does not return an error, but I get the pins of the board, not the pins of the section.

seregazhuk commented 6 years ago

Hi! What is the point of this request? When talking about providing a pull request in #388 I've suggested that you would implement this feature. And then I could merge your code in the library.

seregazhuk commented 6 years ago

Closing.