class OAuth2::AccessToken

def get(path, params={}, headers={})

def get(path, params={}, headers={})
  request(:get, path, params, headers)
end