seregazhuk\PinterestBot\Api\Providers\Pinners::followingBoards PHP Method

followingBoards() public method

public followingBoards ( string $username, integer $limit = Pagination::DEFAULT_LIMIT ) : Iterator
$username string
$limit integer
return Iterator
    public function followingBoards($username, $limit = Pagination::DEFAULT_LIMIT)
    {
        return $this->following($username, UrlBuilder::FOLLOWING_BOARDS, $limit);
    }