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

getEndpoint() public method

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