class IDRAC::Client

def get(path:, headers: {})

def get(path:, headers: {})
  with_retries do
    _perform_get(path: path, headers: headers)
  end
end