seregazhuk\PinterestBot\Api\Traits\HasRelatedTopics::getRelatedTopics PHP Method

getRelatedTopics() public method

Returns a list of related topics.
public getRelatedTopics ( string $interest ) : array | boolean
$interest string
return array | boolean
    public function getRelatedTopics($interest)
    {
        return $this->execGetRequest(['interest_name' => $interest], UrlBuilder::RESOURCE_GET_CATEGORIES_RELATED);
    }
HasRelatedTopics