rcrowe\Hippy\Transport\Guzzle::getUri PHP Метод

getUri() защищенный Метод

Uri of the request URL to the Hipchat API.
protected getUri ( ) : string
Результат string
    protected function getUri()
    {
        return 'rooms/message?format=json&auth_token=' . $this->getToken();
    }