Méthode |
Description |
|
block ( string $username ) : boolean | Response |
|
|
blockById ( integer $userId ) : boolean | Response |
|
|
following ( string $username, string $type = UrlBuilder::FOLLOWING_PEOPLE, integer $limit = Pagination::DEFAULT_LIMIT ) : Iterator |
Get following info for pinner. |
|
followingBoards ( string $username, integer $limit = Pagination::DEFAULT_LIMIT ) : Iterator |
|
|
followingInterests ( string $username, integer $limit = Pagination::DEFAULT_LIMIT ) : Iterator |
|
|
followingPeople ( string $username, integer $limit = Pagination::DEFAULT_LIMIT ) : Iterator |
|
|
info ( string $username ) : array |
Get user info. |
|
likes ( string $username, integer $limit = Pagination::DEFAULT_LIMIT ) : Iterator |
Get pins that user likes. |
|
pins ( string $username, integer $limit = Pagination::DEFAULT_LIMIT ) : Iterator |
Get pinner pins. |
|