rcrowe\Hippy\Transport\Guzzle::getUri PHP Method

getUri() protected method

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