Airship\Engine\Hail::get PHP Method

get() public method

Perform a GET request
public get ( string $url, array $params = [] ) : Psr\Http\Message\ResponseInterface
$url string
$params array
return Psr\Http\Message\ResponseInterface
    public function get(string $url, array $params = []) : ResponseInterface
    {
        return $this->client->get($url, $this->params($params, $url));
    }