softwareHash = $softwareHash; } if (! $serverUrl ) { throw new \Exception("[Negundo] - You must provide a valid Negundo server url endpoint."); } else { $this->serverUrl = $serverUrl; } } public function url(string $path) : string { return sprintf("%s/%s/%s", rtrim($this->serverUrl, '/'), $path, $this->softwareHash); } }