lib/redfish_client/root.rb in redfish_client-0.4.0 vs lib/redfish_client/root.rb in redfish_client-0.4.1
- old
+ new
@@ -2,9 +2,10 @@
require "base64"
require "json"
require "server_sent_events"
+require "redfish_client/event_listener"
require "redfish_client/resource"
module RedfishClient
# Root resource represents toplevel entry point into Redfish service data.
# Its main purpose is to provide authentication support for the API.