Automattic\Wistia\Client::get PHP 메소드

get() 공개 메소드

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