_get("country_specs/{$country}"); } /** * Returns a list of all the connected country specs. * * @param array $parameters * @return array */ public function all(array $parameters = []) { return $this->_get('country_specs', $parameters); } }