require "magellan/cli/version" module Magellan module Cli autoload :Command , "magellan/cli/command" autoload :Base , "magellan/cli/base" autoload :Http , "magellan/cli/http" autoload :Direct , "magellan/cli/direct" autoload :Resources, "magellan/cli/resources" autoload :Login , "magellan/cli/login" autoload :Ssl , "magellan/cli/ssl" autoload :Error , "magellan/cli/errors" autoload :LoginError, "magellan/cli/errors" JSON_HEADER = { "Content-Type" => "application/json" }.freeze end end