Webiny\Component\TwitterOAuth\TwitterOAuth::get PHP Method

get() public method

GET wrapper for oAuthRequest.
public get ( string $url, array $params = [] ) : string | array
$url string Api url.
$params array Additional parameters.
return string | array Api response (if json) it will be returned as array.
    public function get($url, array $params = [])
    {
        return $this->instance->get($url, $params);
    }