This repository has been archived by the owner on Dec 30, 2020. It is now read-only.
4.2.0
Changed:
-
functions with pagination accept a limit as a second argument, for example:
$bot->pins->search('cats', 2)
will return only two pins for the search results.
The same is true about getting followers/following/pins for the user or board and getting pins from source. -
activity method in pins provider (requires login).