SensioLabs\Consul\Client::get PHP Method

get() public method

public get ( $url = null, array $options = [] )
$options array
    public function get($url = null, array $options = array())
    {
        return $this->doRequest('GET', $url, $options);
    }