OAuth2Client::get PHP Method

get() public method

GET wrapper for provider apis request
public get ( $url, $parameters = [], $decode_json = true )
    function get($url, $parameters = array(), $decode_json = true)
    {
        return $this->api($url, 'GET', $parameters, $decode_json);
    }