client = $client; $this->url = $url; } /** * Fetches the segment_write_key from the given url. * * @return string */ public function fetch() { return $this->client->get($this->url)->json()['segment_write_key']; } }