class Fedora::Connection

def get(path, headers = {})

Used to get (find) resources.
Execute a GET request.
def get(path, headers = {})
  format.decode(request(:get, path, build_request_headers(headers)).body)
end