Analogic\ACME\ClientInterface::get PHP Method

get() public method

public get ( string $url ) : array | string
$url string URL to request via get
return array | string the parsed JSON response, raw response on error
    public function get($url);