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

getEndpoint() public method

public getEndpoint ( )
    public function getEndpoint()
    {
        return sprintf("/v1/feed/user/%s/", $this->userId);
    }