Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

4.2.0

Compare
Choose a tag to compare
@seregazhuk seregazhuk released this 13 Jun 09:32
· 1052 commits to master since this release

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).