Analogic\ACME\ClientInterface::get PHP Méthode

get() public méthode

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