client = $client; } /** * @param array $parameters * @return mixed * @throws \GuzzleHttp\Exception\GuzzleException */ protected function post($parameters) { return $this->client->getHttpClient()->post(array_merge([ 'api_key' => $this->client->getHttpClient()->getOptions()['key'] ], $parameters)); } }