Instagram\API\Request\LikeMediaRequest::getEndpoint PHP Method

getEndpoint() public method

public getEndpoint ( )
    public function getEndpoint()
    {
        return sprintf("/v1/media/%s/like/", $this->mediaId);
    }