class Fedora::Connection

def raw_get(path, headers = {})

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