Automattic\Wistia\Client::get PHP Method

get() public method

Send a GET request
public get ( $endpoint, $query = [] ) : string
return string
    public function get($endpoint, $query = [])
    {
        return $this->_make_request('GET', $endpoint, $query);
    }