Analogic\ACME\ClientInterface::get PHP 메소드

get() 공개 메소드

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